Files
kotlin-fork/idea/idea-completion/testData/smart/functionLiterals/OutsideCallParenthesis2.kt
T
2015-05-16 17:09:51 +03:00

10 lines
149 B
Kotlin
Vendored

fun foo(p: String.(Int) -> Unit){}
fun bar(p: String.(Int) -> Unit) {
foo()<caret>
}
// EXIST: "{...}"
// EXIST: "{ Int -> ... }"
// ABSENT: p