[FIR] Ignore error declarations in conflict checking
This commit is contained in:
committed by
Space Team
parent
4c6b6dd700
commit
9e34a5ad82
+3
@@ -33,6 +33,9 @@ enum class <!PACKAGE_OR_CLASSIFIER_REDECLARATION!>B<!>
|
||||
val <!REDECLARATION!>u<!> = 10
|
||||
val <!REDECLARATION!>u<!> = 20
|
||||
|
||||
val <!SYNTAX!>(a,b)<!> = 30 to 40
|
||||
val <!SYNTAX!>(c,d)<!> = 50 to 60
|
||||
|
||||
typealias <!PACKAGE_OR_CLASSIFIER_REDECLARATION!>TA<!> = A
|
||||
typealias <!PACKAGE_OR_CLASSIFIER_REDECLARATION!>TA<!> = B
|
||||
|
||||
|
||||
Reference in New Issue
Block a user