Files
kotlin-fork/idea/testData/checker/regression/DescructuringDeclarationInForLoop.kt
T
Denis Zharkov 4c69416f2b Report warning on unused entities that can be renamed to _
Currently it's all about lambda parameters/destructuring entries

 #KT-14347 In Progress
2016-10-24 10:19:25 +03:00

4 lines
88 B
Kotlin
Vendored

fun main() {
for ((<warning>i</warning>, <warning>j</warning>)<error>)</error> {}
}