JVM_IR: make constructors of named local classes public
They are accessible through reflection
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Foo {
|
||||
fun a() {
|
||||
class S
|
||||
}
|
||||
}
|
||||
|
||||
// TESTED_OBJECT_KIND: function
|
||||
// TESTED_OBJECTS: Foo$a$S, <init>
|
||||
// FLAGS: ACC_PUBLIC
|
||||
Reference in New Issue
Block a user