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

10 lines
120 B
Kotlin

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