[FIR] Rename qualifiedAccessOrAssignmentsOrAnnotationCalls to callsOrAssignments and add delegated constructor calls

This commit is contained in:
Kirill Rakhman
2023-06-23 11:37:19 +02:00
committed by Space Team
parent 6281faa063
commit 6d1d6e48c1
21 changed files with 69 additions and 64 deletions
@@ -6,7 +6,7 @@ enum class TestOk(val x: String = "OK") {
enum class TestErrors(val x: String) {
<!NO_VALUE_FOR_PARAMETER!>TEST1,<!>
TEST2<!NO_VALUE_FOR_PARAMETER!><!>(),
TEST2<!NO_VALUE_FOR_PARAMETER!>()<!>,
TEST3("Hello")
}