More reliable testing of keyword completion (introduced directive "NOTHING_ELSE" instead of "NUMBER")

This commit is contained in:
Valentin Kipyatkov
2015-05-14 17:46:56 +03:00
parent 5807d03a52
commit db40f1ee5a
75 changed files with 113 additions and 80 deletions
@@ -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