blob: 017a07c0f4659894128122c4627c02a5fe52ea06 [file]
// FILE: test.kt
fun foo() = prop
val prop = 1
fun box() {
foo()
}
// EXPECTATIONS JVM JVM_IR
// test.kt:8 box
// test.kt:3 foo
// test.kt:8 box
// test.kt:9 box
// EXPECTATIONS JS_IR
// test.kt:8 box
// test.kt:3 foo
// test.kt:9 box