blob: 0951030fcbb158960fa9eff32cd3ad916ecfc30f [file]
package otherpackage
fun fromOtherPackage(): Boolean {
val c = javaClass<Runnable>()
return (c.getName()!! == "java.lang.Runnable")
}