[IR] update testdata: support IrDynamic* nodes
This commit is contained in:
committed by
teamcityserver
parent
82839e6a67
commit
635cb44bf3
@@ -19,7 +19,6 @@ fun test3(d: dynamic): Any? {
|
||||
}
|
||||
|
||||
fun test4(d: dynamic): String {
|
||||
return error("") /* ERROR: unsupported element type: IrDynamicOperatorExpressionImpl */
|
||||
/*~> String */
|
||||
return d.member(1, 2, 3) /*~> String */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user