JVM_IR: make constructors of named local classes public

They are accessible through reflection
This commit is contained in:
pyos
2019-12-16 13:52:48 +01:00
committed by max-kammerer
parent 82f48cdd11
commit 54d707b3b6
4 changed files with 25 additions and 1 deletions
@@ -0,0 +1,9 @@
class Foo {
fun a() {
class S
}
}
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: Foo$a$S, <init>
// FLAGS: ACC_PUBLIC