Rename testdata from DestructuringDeclarations to DestructionDeclarations

This commit is contained in:
Igor Yakovlev
2020-03-25 13:27:29 +03:00
parent 3bf1fe7a9d
commit bd9877cc62
22 changed files with 430 additions and 430 deletions
@@ -0,0 +1,4 @@
fun a() {
val (a,<caret>
b,) = 1 to 2
}