Files
kotlin-fork/compiler/testData/lineNumber/custom/compileTimeConstant.kt
T
2013-03-06 16:22:33 +04:00

7 lines
49 B
Kotlin

fun foo() {
val x =
42
}
// 1 3