Don't create OutOfBlock modification inside mulitdeclarations
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// FALSE
|
||||
|
||||
data class Test(val a : Int, val b : Int)
|
||||
|
||||
fun a() {
|
||||
val (test, <caret>other) = Test(11, 12)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user