Files
kotlin-fork/compiler/testData/codegen/bytecodeText/statements/labeled.kt
T

6 lines
58 B
Kotlin
Vendored

fun main()
{
l@ if (2 != 1) "fail 3"
}
// 0 GETSTATIC