[NI-MIGRATE] Update pseudocode tests for NI
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
== C ==
|
||||
class C {
|
||||
fun component1() = 1
|
||||
fun component2() = 2
|
||||
operator fun component1() = 1
|
||||
operator fun component2() = 2
|
||||
}
|
||||
---------------------
|
||||
L0:
|
||||
@@ -14,7 +14,7 @@ sink:
|
||||
<SINK> PREV:[<ERROR>, <END>]
|
||||
=====================
|
||||
== component1 ==
|
||||
fun component1() = 1
|
||||
operator fun component1() = 1
|
||||
---------------------
|
||||
L0:
|
||||
1 <START>
|
||||
@@ -28,7 +28,7 @@ sink:
|
||||
<SINK> PREV:[<ERROR>, <END>]
|
||||
=====================
|
||||
== component2 ==
|
||||
fun component2() = 2
|
||||
operator fun component2() = 2
|
||||
---------------------
|
||||
L0:
|
||||
1 <START>
|
||||
@@ -69,4 +69,4 @@ error:
|
||||
<ERROR> PREV:[]
|
||||
sink:
|
||||
<SINK> PREV:[<ERROR>, <END>]
|
||||
=====================
|
||||
=====================
|
||||
|
||||
Reference in New Issue
Block a user