9f6e88d571
#KT-32324 Fixed
3 lines
38 B
Kotlin
Vendored
3 lines
38 B
Kotlin
Vendored
fun main(a: Any) {
|
|
a as?String
|
|
} |