7 lines
90 B
Plaintext
Vendored
7 lines
90 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test(c: JavaClass) {
|
|
c.run {
|
|
bar1()
|
|
bar2()
|
|
}
|
|
} |