Files
kotlin/compiler/testData/writeFlags/function/constructors/objectInClass.kt
2013-06-17 15:20:34 +04:00

8 lines
112 B
Kotlin
Vendored

class Foo {
object Test {
}
}
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: Foo$Test, <init>
// FLAGS: