[IR] update testdata: support IrDynamic* nodes
This commit is contained in:
committed by
teamcityserver
parent
82839e6a67
commit
635cb44bf3
+5
-10
@@ -1,13 +1,8 @@
|
||||
fun testArrayAugmentedAssignment(d: dynamic) {
|
||||
error("") /* ERROR: unsupported element type: IrDynamicOperatorExpressionImpl */
|
||||
|
||||
error("") /* ERROR: unsupported element type: IrDynamicOperatorExpressionImpl */
|
||||
|
||||
error("") /* ERROR: unsupported element type: IrDynamicOperatorExpressionImpl */
|
||||
|
||||
error("") /* ERROR: unsupported element type: IrDynamicOperatorExpressionImpl */
|
||||
|
||||
error("") /* ERROR: unsupported element type: IrDynamicOperatorExpressionImpl */
|
||||
|
||||
d["KEY"] += "+="
|
||||
d["KEY"] -= "-="
|
||||
d["KEY"] *= "*="
|
||||
d["KEY"] /= "/="
|
||||
d["KEY"] %= "%="
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user