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