Smart completion: more correct Tab key handling

#KT-4954 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-04-25 22:17:13 +04:00
parent 5f931be39b
commit 9ae59db329
22 changed files with 248 additions and 43 deletions
@@ -0,0 +1,9 @@
fun foo(p: Int): Int = p
fun bar(): Int = p
fun f(): Int {
return bar()<caret>
}
//ELEMENT: bar
//CHAR: \t