Files
kotlin-fork/compiler/testData/cfg/expressions/labeledExpression.kt
T

4 lines
54 B
Kotlin

fun foo(): Int {
val t = @x (1 + 2)
return t
}