Files
kotlin/compiler/testData/codegen/boxMultiFile/kt1515/2.kt
2016-01-22 05:54:38 +03:00

6 lines
141 B
Kotlin
Vendored

package otherpackage
fun fromOtherPackage(): Boolean {
val c = Runnable::class.java
return (c.getName()!! == "java.lang.Runnable")
}