Files
kotlin-fork/compiler/testData/codegen/bytecodeText/outerClass/classInClinit.kt
T
Alexander Udalov cd9209a7ee JVM: enable -Xlambdas=class in some codegen tests
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.
2023-04-28 21:34:19 +00:00

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