5 lines
70 B
Kotlin
Vendored
5 lines
70 B
Kotlin
Vendored
import A.*
|
|
|
|
fun bar(s: String) {
|
|
<selection>A.foo(s)</selection>
|
|
} |