[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
@@ -1,16 +1,16 @@
val test1: ErrorType /* ERROR */
field = error("") /* ERROR CALL */
val test1: ErrorType
field = error("") /* ErrorCallExpression */
get
val test2: ErrorType /* ERROR */
field = error("") /* ERROR CALL */
val test2: ErrorType
field = error("") /* ErrorCallExpression */
get
val test3: ErrorType /* ERROR */
field = error("") /* ERROR CALL */42; 56;
val test3: ErrorType
field = error("") /* ErrorCallExpression */42; 56;
get
val test4: ErrorType /* ERROR */
field = error("") /* ERROR EXPRESSION */
val test4: ErrorType
field = error("") /* ErrorExpression */
get