mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 18:50:59 +07:00
8 lines
176 B
Java
8 lines
176 B
Java
// "Do not try to create class Inner" "false"
|
|
public class Test {
|
|
public static void main() {
|
|
new Te<caret>st.Inner();
|
|
}
|
|
|
|
public static class Inner {}
|
|
} |