c0a8e8a4fc
#KT-5796 Fixed
2 lines
74 B
Kotlin
2 lines
74 B
Kotlin
fun box(): String = if (Thread?.currentThread() != null) "OK" else "Fail"
|