5 lines
58 B
Plaintext
Vendored
5 lines
58 B
Plaintext
Vendored
import A.*
|
|
|
|
fun bar(s: String) {
|
|
val t: B = A().B(s)
|
|
} |