Files
kotlin/compiler/testData/codegen/box/callableReference/function/equalsIntrinsic.kt
2018-08-09 14:22:50 +03:00

5 lines
90 B
Kotlin
Vendored

// IGNORE_BACKEND: JS_IR
class A
fun box() = if ((A::equals)(A(), A())) "Fail" else "OK"