Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eadcce82e781d7be850118e82333893ab7cf10a9
/
.
/
compiler
/
testData
/
debug
/
stepping
/
compileTimeConstant.kt
blob: 9e5f86936a6f6aaac13b8f0b66d9b091067a4031 [
file
]
// FILE: test.kt
fun box
()
{
val x
=
42
}
// EXPECTATIONS JVM_IR
// test.kt:6 box
// test.kt:5 box
// test.kt:7 box
// EXPECTATIONS JS_IR
// test.kt:6 box
// test.kt:7 box
// EXPECTATIONS WASM
// test.kt:6 $box (12)
// test.kt:7 $box (1)