Files
kotlin/compiler/testData/writeFlags/lambda/lambdaInInlineFunction.kt
Steven Schäfer efb938a7c8 (Un)mute tests
2019-07-31 11:18:44 +02:00

8 lines
143 B
Kotlin
Vendored

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