fix for KT-1515 wrong loading of annotations
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun box(): String {
|
||||
val c = javaClass<Runnable>()
|
||||
return if(c.getName().sure() == "java.lang.Runnable") "OK" else "fail"
|
||||
}
|
||||
Reference in New Issue
Block a user