Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
debug
/
stepping
/
compileTimeConstant.kt
blob: bc3127c431475d865253beff85f012e2968b21ec [
file
]
// 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
// test.kt:6 box