mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-20 02:15:59 +07:00
9 lines
166 B
Java
9 lines
166 B
Java
public class Main {
|
|
public static void main(String[] args) {
|
|
Test.doSmth();
|
|
}
|
|
|
|
public static void unusedInTestScope() {
|
|
System.out.println("hey");
|
|
}
|
|
} |