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

9 lines
132 B
Kotlin
Vendored

class Foo {
fun a() {
val s = object { }
}
}
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: Foo$a$s$1, <init>
// FLAGS: