mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-14 18:38:47 +07:00
7 lines
103 B
Java
7 lines
103 B
Java
import pack.AAClass;
|
|
|
|
public class Test1 {
|
|
public void foo() {
|
|
new AAClass()<caret>
|
|
}
|
|
} |