[IR] update testdata: unify representation for error nodes

This commit is contained in:
Zalim Bashorov
2020-11-23 20:45:10 +03:00
committed by teamcityserver
parent ef9a901635
commit 7df6575a18
14 changed files with 73 additions and 62 deletions
@@ -16,7 +16,7 @@ fun test1(a: Any) {
}
fun test2(a: Any) {
error("") /* ERROR CALL */
error("") /* ErrorCallExpression */
}
fun test3(a: Any) {
@@ -29,3 +29,4 @@ fun test3(a: Any) {
<array>.set(index = <index0>, value = <unary>.inc())
<unary> /*~> Unit */
}