Files
kotlin-fork/compiler/testData/debug/stepping/compileTimeConstant.kt
T
2022-08-05 11:53:40 +00:00

15 lines
178 B
Kotlin
Vendored

// FILE: test.kt
fun box() {
val x =
42
}
// EXPECTATIONS JVM JVM_IR
// test.kt:5 box
// test.kt:4 box
// test.kt:6 box
// EXPECTATIONS JS_IR
// test.kt:5 box