5 lines
81 B
Kotlin
Vendored
5 lines
81 B
Kotlin
Vendored
import A.*
|
|
|
|
fun bar(s: String) {
|
|
<selection>val t: A.B = A.B(s)</selection>
|
|
} |