Files
kotlin-fork/idea/testData/formatter/SafeCast.kt
T
2019-07-05 12:57:48 +03:00

3 lines
38 B
Kotlin
Vendored

fun main(a: Any) {
a as?String
}