Files
kotlin-fork/idea/testData/inspectionsLocal/redundantWith/nested.kt.after
T
2018-08-02 09:23:27 +03:00

6 lines
73 B
Plaintext
Vendored

// WITH_RUNTIME
fun test() {
<caret>with ("a") {
this
}
}