Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
1f76d39e66b4ee8544feac93e4afd8e61ef9610a
/
.
/
compiler
/
testData
/
debug
/
stepping
/
topLevel.kt
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