JVM_IR: fix inner class attributes for private class in interface
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
interface IFoo {
|
||||
private class Nested
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
interface IFoo {
|
||||
private class Nested
|
||||
}
|
||||