cd9209a7ee
Most of these tests check the specific structure of lambdas when they are generated as classes, and they start to fail once invokedynamic lambdas are enabled by default.
9 lines
202 B
Kotlin
Vendored
9 lines
202 B
Kotlin
Vendored
// LAMBDAS: CLASS
|
|
// FILE: test.kt
|
|
|
|
// This should *not* have enclosing method <clinit>. See https://youtrack.jetbrains.com/issue/KT-48754.
|
|
val a = {}
|
|
|
|
// @TestKt$a$1.class:
|
|
// 1 OUTERCLASS TestKt null
|