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