Fix safe call on a static method in JVM back-end
#KT-5796 Fixed
This commit is contained in:
@@ -0,0 +1 @@
|
||||
fun box(): String = if (Thread?.currentThread() != null) "OK" else "Fail"
|
||||
Reference in New Issue
Block a user
#KT-5796 Fixed
@@ -0,0 +1 @@
|
||||
fun box(): String = if (Thread?.currentThread() != null) "OK" else "Fail"
|
||||