5 lines
103 B
Kotlin
5 lines
103 B
Kotlin
// IMPORT_NESTED_CLASSES: true
|
|
|
|
fun bar(s: String) {
|
|
<selection>val t: A.B = A().B(s)</selection>
|
|
} |