Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
1e9b36bdfbe51579937a3499f225d0b232d8cd2b
/
.
/
compiler
/
testData
/
debug
/
stepping
/
compileTimeConstant.kt
blob: ceed6b2273ca14205c56b0ea683b86bb7c6b69be [
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
// test.kt:5 $box
// test.kt:7 $box