[FIR] Rename qualifiedAccessOrAssignmentsOrAnnotationCalls to callsOrAssignments and add delegated constructor calls
This commit is contained in:
committed by
Space Team
parent
6281faa063
commit
6d1d6e48c1
+1
-1
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user