mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
10 lines
122 B
Kotlin
Vendored
10 lines
122 B
Kotlin
Vendored
import test.*
|
|
|
|
|
|
|
|
fun box(): String {
|
|
val a = A()
|
|
if (a.foo<Any>() != a) return "failTypeCast 5"
|
|
|
|
return "OK"
|
|
} |