mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-08 00:52:48 +07:00
7 lines
119 B
Java
7 lines
119 B
Java
import pack.WithInnerAClass;
|
|
|
|
public class Test1 {
|
|
public void foo() {
|
|
new WithInnerAClass()<caret>
|
|
}
|
|
} |