mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 08:31:29 +00:00
7 lines
161 B
Kotlin
Vendored
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"
|