Files
kotlin-fork/idea/testData/intentions/convertToWith/javaMethod.kt.after
T
2018-08-14 15:40:46 +03:00

7 lines
92 B
Plaintext
Vendored

// WITH_RUNTIME
fun test(c: JavaClass) {
with(c) {
bar1()
bar2()
}
}