JVM_IR: fix inner class attributes for private class in interface

This commit is contained in:
Dmitry Petrov
2020-07-23 15:46:43 +03:00
parent 0741781462
commit e2a4ca10d6
5 changed files with 48 additions and 25 deletions

View File

@@ -0,0 +1,3 @@
interface IFoo {
private class Nested
}