Files
kotlin-fork/idea/testData/resolve/partialBodyResolve/Simple.kt
T
2014-11-24 20:11:23 +03:00

8 lines
81 B
Kotlin
Vendored

fun foo(p: Int) {
x()
if (y()) {
print(<caret>p)
}
z()
}