mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-03 19:58:23 +07:00
10 lines
132 B
Java
10 lines
132 B
Java
package test2;
|
|
|
|
public class NotATest {
|
|
static class InnerApplication {
|
|
public static void main(String[] args) {
|
|
|
|
}
|
|
}
|
|
}
|