More reliable testing of keyword completion (introduced directive "NOTHING_ELSE" instead of "NUMBER")
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
// this test tests correct substitution equality checking for generic functions
|
||||
import dependency.pair
|
||||
import java.io.InputStreamReader
|
||||
|
||||
fun foo() {
|
||||
1 pai<caret>
|
||||
}
|
||||
|
||||
// EXIST: pair
|
||||
// NUMBER: 1
|
||||
// NOTHING_ELSE: true
|
||||
|
||||
Reference in New Issue
Block a user