11 lines
262 B
Plaintext
Vendored
11 lines
262 B
Plaintext
Vendored
fun testAndAnd(d: dynamic): Boolean {
|
|
return error("") /* ERROR: unsupported element type: IrDynamicOperatorExpressionImpl */
|
|
|
|
}
|
|
|
|
fun testOrOr(d: dynamic): Boolean {
|
|
return error("") /* ERROR: unsupported element type: IrDynamicOperatorExpressionImpl */
|
|
|
|
}
|
|
|