054e5fb5e7
#KT-1183 In Progress
6 lines
62 B
Kotlin
6 lines
62 B
Kotlin
class A {
|
|
var result = "OK"
|
|
}
|
|
|
|
fun box() = (::A)().result
|