Files
kotlin/compiler/testData/codegen/bytecodeText/statements/labeled.kt
2015-04-29 14:03:11 +03:00

6 lines
58 B
Kotlin
Vendored

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