Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/highOrderFunctions/InsertFunctionWithSingleParameterWithBrace.kt.after
T
2015-06-08 15:33:57 +03:00

8 lines
97 B
Plaintext
Vendored

fun some(f: () -> Unit) { f() }
fun test() {
some { <caret> }
}
// ELEMENT: some
// CHAR: {