Convert to scope function: refactor
This commit is contained in:
committed by
Mikhail Glukhikh
parent
0501a108c0
commit
f15c8f78fa
@@ -0,0 +1,7 @@
|
||||
// WITH_RUNTIME
|
||||
fun test(c: JavaClass) {
|
||||
c.run {
|
||||
bar1()
|
||||
bar2()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user