Files
kotlin-fork/analysis/analysis-api/testData/components/smartCastInfo/smartcastAsReceiver_stable.kt
T

5 lines
79 B
Kotlin
Vendored

fun test(a: Any) {
if (a is String) {
<expr>a</expr>.length
}
}