Fir2Ir scripts: fix declarations registration and processing

This commit is contained in:
Ilya Chernikov
2023-04-27 17:53:33 +02:00
committed by Space Team
parent 5824b9c59c
commit 9adf24950a
12 changed files with 23 additions and 40 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
val (a, b, c) = A<!NO_VALUE_FOR_PARAMETER!>()<!>
class A(val a: Int) {