Files
kotlin/compiler/testData/codegen/bytecodeText/statements/labeled.kt
2014-10-13 11:31:15 +04:00

6 lines
58 B
Kotlin

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