fix for KT-1568 1.javaClass
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun box() : String {
|
||||
val i = 1
|
||||
return if(i.javaClass.getSimpleName() == "int") "OK" else "fail"
|
||||
}
|
||||
Reference in New Issue
Block a user