Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
debug
/
stepping
/
topLevel.kt
blob: 4f82f8a3d6a52cf53ed52947943fef672aa6d211 [
file
]
// FILE: test.kt
fun foo
()
=
prop
val prop
=
1
fun box
()
{
foo
()
}
// EXPECTATIONS
// test.kt:8 box
// test.kt:3 foo
// test.kt:8 box
// test.kt:9 box