Files
kotlin-fork/idea/idea-completion/testData/basic/common/shadowing/InInitializer6.kt
T
2015-06-15 18:27:23 +03:00

6 lines
86 B
Kotlin
Vendored

fun foo(p: () -> Unit): String = ""
val xxx: String = foo { <caret> }
// EXIST: xxx