[FIR] Ignore error declarations in conflict checking

This commit is contained in:
Kirill Rakhman
2023-04-20 12:14:42 +02:00
committed by Space Team
parent 4c6b6dd700
commit 9e34a5ad82
4 changed files with 9 additions and 0 deletions
@@ -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