mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-22 04:45:29 +07:00
9 lines
96 B
Java
9 lines
96 B
Java
public class Main {
|
|
|
|
class <caret>B {}
|
|
|
|
public void someMethod() {
|
|
B b = new B();
|
|
}
|
|
}
|