More correct completion testing + fixed small bug in keyword completion
This commit is contained in:
committed by
valentin
parent
afbd1aeffc
commit
e6ea0537c8
@@ -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. */
|
||||
Reference in New Issue
Block a user