mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Test
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
|
||||
// IntelliJ API Decompiler stub source generated from a class file
|
||||
// Implementation of methods is not available
|
||||
|
||||
package pkg;
|
||||
|
||||
public class Nested {
|
||||
public Nested() { /* compiled code */ }
|
||||
|
||||
public static class Inner1 {
|
||||
public Inner1() { /* compiled code */ }
|
||||
|
||||
public class Inner2 {
|
||||
public Inner2() { /* compiled code */ }
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
package pkg;
|
||||
|
||||
public class Nested {
|
||||
public static class Inner1 {
|
||||
public class Inner2 { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user