Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fcbc6b84598bef4d4ca95c593070c2a5cba1da35
/
.
/
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