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

10 lines
113 B
Plaintext

fun foo(p: Int): Int = p
fun bar(): Int = p
fun f(): Int {
return bar()<caret>
}
//ELEMENT: bar
//CHAR: \t