UNUSED_VARIABLE is now reported only for last entry of destructuring declaration (if applicable) #KT-14221 Fixed
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
fun main() {
|
||||
for ((i, j)<error>)</error> {}
|
||||
for ((i, <warning>j</warning>)<error>)</error> {}
|
||||
}
|
||||
Reference in New Issue
Block a user