Rename testdata from DestructuringDeclarations to DestructionDeclarations
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun a() {
|
||||
val (a,<caret>
|
||||
b,) = 1 to 2
|
||||
}
|
||||
Reference in New Issue
Block a user