054e5fb5e7
#KT-1183 In Progress
4 lines
60 B
Kotlin
4 lines
60 B
Kotlin
class A(val result: String)
|
|
|
|
fun box() = (::A)("OK").result
|