More correct completion testing + fixed small bug in keyword completion

This commit is contained in:
Valentin Kipyatkov
2014-09-19 21:31:50 +04:00
committed by valentin
parent afbd1aeffc
commit e6ea0537c8
28 changed files with 131 additions and 106 deletions
@@ -0,0 +1,9 @@
fun test() {
val <caret>
}
// INVOCATION_COUNT: 0
// NUMBER: 0
/* KT-4158 Type "var i" and press space. "var if" is auto-inserted. */
@@ -0,0 +1,4 @@
fun f<caret>
// INVOCATION_COUNT: 0
// NUMBER: 0
@@ -0,0 +1,6 @@
var <caret>
// INVOCATION_COUNT: 0
// NUMBER: 0
/* KT-4158 Type "var i" and press space. "var if" is auto-inserted. */