Files
kotlin/compiler/testData/codegen/box/callableReference/function/equalsIntrinsic.kt
2016-11-09 21:41:12 +03:00

7 lines
161 B
Kotlin
Vendored

// TODO: muted automatically, investigate should it be ran for JS or not
// IGNORE_BACKEND: JS
class A
fun box() = if ((A::equals)(A(), A())) "Fail" else "OK"