Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
06ab8cc69e303e70578de24dd9a1cf4ebafff93a
/
.
/
compiler
/
testData
/
debug
/
localVariables
/
emptyFun.kt
blob: 59529de975d8c03902a79af59f5f216a294b00f4 [
file
]
// FILE: test.kt
fun foo
()
{}
fun box
()
{
foo
()
}
// EXPECTATIONS
// test.kt:7 box:
// test.kt:4 foo:
// test.kt:8 box: