mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
test++
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package pack1;
|
||||
|
||||
public class Inner {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package pack1;
|
||||
|
||||
public class Outer {
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<x>pack1.Inner</x>
|
||||
@@ -0,0 +1,6 @@
|
||||
package pack1;
|
||||
|
||||
public class Outer {
|
||||
public static class Inner {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<x>pack1.Outer$Inner</x>
|
||||
Reference in New Issue
Block a user