Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxMultiFile
/
kt1515
/
2.kt
blob: 0951030fcbb158960fa9eff32cd3ad916ecfc30f [
file
]
package
otherpackage
fun fromOtherPackage
():
Boolean
{
val c
=
javaClass
<
Runnable
>()
return
(
c
.
getName
()!!
==
"java.lang.Runnable"
)
}