Files
kotlin/compiler/testData/codegen/box/safeCall/staticCall.kt
Alexander Udalov c0a8e8a4fc Fix safe call on a static method in JVM back-end
#KT-5796 Fixed
2014-09-18 11:13:30 +04:00

2 lines
74 B
Kotlin

fun box(): String = if (Thread?.currentThread() != null) "OK" else "Fail"