Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
compiler
/
testData
/
debug
/
stepping
/
compileTimeConstant.kt
blob: 5f8cc4377db91f51675237b23b32088ab8e0c12a [
file
]
// FILE: test.kt
fun box
()
{
val x
=
42
}
// IGNORE_BACKEND: JVM_IR
// The JVM_IR backend does not hit line 4. That should be fixed.
// LINENUMBERS
// test.kt:5 box
// test.kt:4 box
// test.kt:6 box