Files
kotlin-fork/idea/testData/completion/handlers/TabInsertInsideBraces.kt.after
T
Nikolay Krasko 4477dadcd1 Fix the end of the replaced identifier for completion with tab char
Stop removing (, ), {, }, + and so on.
2013-09-17 15:11:29 +04:00

6 lines
88 B
Plaintext

fun foo(f: (Int) -> Unit) = 12
fun test() {
val vvvvv = 12
foo {vvvvv<caret>}
}