7 lines
99 B
Kotlin
Vendored
7 lines
99 B
Kotlin
Vendored
fun test(a: Any) {
|
|
if (a is String) {
|
|
a.<expr>foo()</expr>
|
|
}
|
|
}
|
|
|
|
fun String.foo() {} |