Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
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)