d757847ed6
These tests are checking the specifics of the class-generated lambdas.
10 lines
143 B
Kotlin
Vendored
10 lines
143 B
Kotlin
Vendored
// LAMBDAS: CLASS
|
|
|
|
class Foo {
|
|
fun foo() = { }
|
|
}
|
|
|
|
// TESTED_OBJECT_KIND: class
|
|
// TESTED_OBJECTS: Foo$foo$1
|
|
// FLAGS: ACC_FINAL, ACC_SUPER
|