Files
kotlin-fork/idea/testData/completion/handlers/smart/TabReplaceFunctionName3.kt.after
T
Valentin Kipyatkov 9ae59db329 Smart completion: more correct Tab key handling
#KT-4954 Fixed
2014-05-07 22:50:20 +04:00

11 lines
148 B
Plaintext

fun foo(s: String, i: Int){ }
fun takeString(p: Int): String = ""
fun bar() {
foo(takeString(<caret>1), )
}
//ELEMENT: takeString
//CHAR: \t