Fix stepping test's testData
This commit is contained in:
committed by
Nikolay Krasko
parent
f9f75f1155
commit
601a33f772
@@ -19,7 +19,7 @@ class Derived: Base<String>() {
|
||||
}
|
||||
}
|
||||
|
||||
// STEP_INTO: 2
|
||||
// STEP_INTO: 1
|
||||
|
||||
// EXPRESSION: 1 + 1
|
||||
// RESULT: 2: I
|
||||
@@ -28,4 +28,6 @@ class Derived: Base<String>() {
|
||||
// RESULT: instance of onClassHeader.Derived(id=ID): LonClassHeader/Derived;
|
||||
|
||||
// EXPRESSION: this.foo("a")
|
||||
// RESULT: 2: I
|
||||
// RESULT: 2: I
|
||||
|
||||
// SKIP_SYNTHETIC_METHODS: false
|
||||
@@ -21,7 +21,9 @@ object A {
|
||||
}
|
||||
}
|
||||
|
||||
// STEP_INTO: 7
|
||||
// STEP_INTO: 5
|
||||
|
||||
// EXPRESSION: 1 + 1
|
||||
// RESULT: 2: I
|
||||
// RESULT: 2: I
|
||||
|
||||
// SKIP_SYNTHETIC_METHODS: false
|
||||
Reference in New Issue
Block a user