Files
kotlin/compiler/testData/writeFlags/function/constructors/localClass.kt
pyos 54d707b3b6 JVM_IR: make constructors of named local classes public
They are accessible through reflection
2019-12-16 20:54:48 +01:00

10 lines
139 B
Kotlin
Vendored

class Foo {
fun a() {
class S
}
}
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: Foo$a$S, <init>
// FLAGS: ACC_PUBLIC