Destructure intention now handles the case with manual destructuring inside #KT-13943 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
fun foo(map: Map<Int, Int>) {
|
||||
for ((key) in map) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user