7 lines
92 B
Plaintext
Vendored
7 lines
92 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test(c: JavaClass) {
|
|
with(c) {
|
|
bar1()
|
|
bar2()
|
|
}
|
|
} |