More reliable testing of keyword completion (introduced directive "NOTHING_ELSE" instead of "NUMBER")
This commit is contained in:
@@ -15,4 +15,4 @@ fun foo(c: C): T {
|
||||
// EXIST: { lookupString: "Inner2", itemText: "Inner2", tailText: "()", typeText: "C.Inner2" }
|
||||
// ABSENT: Inner3
|
||||
// ABSENT: Nested
|
||||
// NUMBER: 2
|
||||
// NOTHING_ELSE: true
|
||||
|
||||
@@ -8,4 +8,4 @@ fun foo() : C.Inner {
|
||||
|
||||
// ABSENT: Inner
|
||||
// EXIST: foo
|
||||
// NUMBER: 1
|
||||
// NOTHING_ELSE: true
|
||||
|
||||
Reference in New Issue
Block a user