Files

6 lines
81 B
Kotlin
Vendored

var a: Any = 1
fun test() {
if (a is String) {
<expr>a</expr>
}
}