8 lines
89 B
Kotlin
Vendored
8 lines
89 B
Kotlin
Vendored
// IGNORE_BACKEND_FIR: JVM_IR
|
|
|
|
fun main()
|
|
{
|
|
l@ if (2 != 1) "fail 3"
|
|
}
|
|
|
|
// 0 GETSTATIC |