This commit is contained in:
Dmitry Jemerov
2009-09-11 16:21:24 +04:00
parent 813f3538dd
commit 8b0e19eb68
45 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package pack1;
public class Inner {
}

View File

@@ -0,0 +1,4 @@
package pack1;
public class Outer {
}

View File

@@ -0,0 +1 @@
<x>pack1.Inner</x>

View File

@@ -0,0 +1,6 @@
package pack1;
public class Outer {
public static class Inner {
}
}

View File

@@ -0,0 +1 @@
<x>pack1.Outer$Inner</x>