A test for the case of finding binary class for a nested Java class

This commit is contained in:
Andrey Breslav
2014-05-14 18:13:32 +04:00
parent a861e5bc5e
commit 4cb23eb1f1
3 changed files with 64 additions and 0 deletions
@@ -0,0 +1,8 @@
package test
class A {
class B {
class C {
}
}
}