Files
kotlin/compiler/testData/writeFlags/function/constructors/objectLiteral.kt
2019-04-09 08:11:29 +02:00

10 lines
158 B
Kotlin
Vendored

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