5 lines
67 B
Kotlin
Vendored
5 lines
67 B
Kotlin
Vendored
class Check {
|
|
fun a() {
|
|
val d = String() as Int
|
|
}
|
|
} |