import p.Test; public class Usage extends Test { public void logSomething() { if (Math.random() > 0.5) { System.out.println(cool); } } }