Modify test for KT-1515 to actually test using javaClass in another package as stated in the request.
NOTE: not 100% that this test actually covers the corresponding fix by Alex Tkachman.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
fun box(): String {
|
||||
val c = javaClass<Runnable>()
|
||||
return if(c.getName()!! == "java.lang.Runnable") "OK" else "fail"
|
||||
}
|
||||
Reference in New Issue
Block a user