KT-1113 proper typeinfo(javaClass)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class A
|
||||
|
||||
fun box():String {
|
||||
System.out?.println(typeinfo("foo" as String?))
|
||||
System.out?.println(typeinfo("foo"))
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user