More reliable testing of keyword completion (introduced directive "NOTHING_ELSE" instead of "NUMBER")
This commit is contained in:
@@ -16,6 +16,6 @@ class Derived: Base<String>() {
|
||||
|
||||
// INVOCATION_COUNT: 1
|
||||
// EXIST: funInBase, funWithOverride, funWithoutOverride
|
||||
// NUMBER: 3
|
||||
// NOTHING_ELSE: true
|
||||
|
||||
// RUNTIME_TYPE: Derived
|
||||
|
||||
@@ -20,6 +20,6 @@ class C: B() {
|
||||
|
||||
// INVOCATION_COUNT: 2
|
||||
// EXIST: funA, funAp, funB, funBp, funC, funCp
|
||||
// NUMBER: 6
|
||||
// NOTHING_ELSE: true
|
||||
|
||||
// RUNTIME_TYPE: C
|
||||
|
||||
@@ -14,7 +14,7 @@ fun Base.funExtBase() { }
|
||||
|
||||
// INVOCATION_COUNT: 1
|
||||
// EXIST: funExtBase, funExtDerived
|
||||
// NUMBER: 2
|
||||
// NOTHING_ELSE: true
|
||||
|
||||
|
||||
// RUNTIME_TYPE: Derived
|
||||
@@ -18,7 +18,7 @@ class Derived: Base() {
|
||||
|
||||
// INVOCATION_COUNT: 1
|
||||
// EXIST: funInBase, funWithOverride, funWithoutOverride, funInDerived
|
||||
// NUMBER: 4
|
||||
// NOTHING_ELSE: true
|
||||
|
||||
|
||||
// RUNTIME_TYPE: Derived
|
||||
Reference in New Issue
Block a user