[FIR] Throw REDECLARATION for duplicated enum entries

This commit is contained in:
Ivan Kochurkin
2021-08-05 22:22:28 +03:00
committed by Space
parent 9736cc162b
commit c19598c2fc
3 changed files with 3 additions and 29 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
//KT-2418 Front-end allows enum constants with same name
package kt2418