054e5fb5e7
#KT-1183 In Progress
4 lines
64 B
Kotlin
4 lines
64 B
Kotlin
class A
|
|
|
|
fun box() = if (A().(A::equals)(A())) "Fail" else "OK"
|