Better test data format
This commit is contained in:
+1
-1
@@ -16,6 +16,6 @@ class Derived: Base<String>() {
|
||||
|
||||
// INVOCATION_COUNT: 1
|
||||
// EXIST: funInBase, funWithOverride, funWithoutOverride
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
// RUNTIME_TYPE: Derived
|
||||
|
||||
+1
-1
@@ -20,6 +20,6 @@ class C: B() {
|
||||
|
||||
// INVOCATION_COUNT: 2
|
||||
// EXIST: funA, funAp, funB, funBp, funC, funCp
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
// RUNTIME_TYPE: C
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ fun Base.funExtBase() { }
|
||||
|
||||
// INVOCATION_COUNT: 1
|
||||
// EXIST: funExtBase, funExtDerived
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
|
||||
// RUNTIME_TYPE: Derived
|
||||
+1
-1
@@ -18,7 +18,7 @@ class Derived: Base() {
|
||||
|
||||
// INVOCATION_COUNT: 1
|
||||
// EXIST: funInBase, funWithOverride, funWithoutOverride, funInDerived
|
||||
// NOTHING_ELSE: true
|
||||
// NOTHING_ELSE
|
||||
|
||||
|
||||
// RUNTIME_TYPE: Derived
|
||||
Reference in New Issue
Block a user