mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 01:50:56 +07:00
12 lines
173 B
Java
12 lines
173 B
Java
// "Create method 'test'" "true-preview"
|
|
public class Test {
|
|
public void testStart() {
|
|
if (test() < 1) {
|
|
}
|
|
}
|
|
|
|
private int test() {
|
|
return 0;
|
|
}
|
|
}
|