Files
kotlin-fork/compiler/testData/lineNumber/custom/compileTimeConstant.kt
T

7 lines
53 B
Kotlin
Vendored

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