Files
kotlin-fork/idea/testData/intentions/convertUnsafeCastToUnsafeCastCall/safeCast.kt
T
2018-02-13 13:05:52 +03:00

5 lines
86 B
Kotlin
Vendored

// JS
// IS_APPLICABLE: false
fun test(foo: Any) {
val s = <caret>foo as? String
}