mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 05:20:30 +07:00
GitOrigin-RevId: ca48bfdfea8085fccedef9489b2c32ab82fcfcfb
9 lines
173 B
Java
9 lines
173 B
Java
import p.Test;
|
|
|
|
public class Usage extends Test {
|
|
public void logSomething() {
|
|
if (Math.random() > 0.5) {
|
|
System.out.println(cool);
|
|
}
|
|
}
|
|
} |