Files
kotlin-fork/compiler/testData/writeFlags/property/visibility/internal.kt
T
Alexander Udalov cc5ba53c80 Support inner/nested classes in JVM back-end
#KT-1174 In Progress
2013-01-16 23:11:48 +04:00

9 lines
151 B
Kotlin
Vendored

class Foo {
inner class MyClass() {
}
}
// TESTED_OBJECT_KIND: property
// TESTED_OBJECTS: Foo$MyClass, this$0
// FLAGS: ACC_FINAL, ACC_SYNTHETIC