Files
kotlin-fork/compiler/testData/writeFlags/lambda/simpleLambda.kt
T
2019-04-09 08:11:29 +02:00

9 lines
150 B
Kotlin
Vendored

// IGNORE_BACKEND: JVM_IR
class Foo {
fun foo() = { }
}
// TESTED_OBJECT_KIND: class
// TESTED_OBJECTS: Foo$foo$1
// FLAGS: ACC_FINAL, ACC_SUPER