Files
kotlin-fork/compiler/testData/lineNumber/custom/compileTimeConstant.kt
T
2012-11-22 22:32:17 +04:00

7 lines
47 B
Kotlin

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