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

8 lines
112 B
Kotlin
Vendored

// PROBLEM: none
// WITH_RUNTIME
fun test() {
val i = <caret>with ("") {
println()
1
}
}