[FIR] Don't duplicate annotations from enum entry to its initializer
This commit is contained in:
committed by
TeamCityServer
parent
9f547171da
commit
f1bf3c0d5a
-1
@@ -18,7 +18,6 @@ open enum class TestEnum : Enum<TestEnum> {
|
||||
|
||||
@TestAnn(x = "ENTRY2")
|
||||
ENTRY2 = ENTRY2()
|
||||
@TestAnn(x = "ENTRY2")
|
||||
private enum entry class ENTRY2 : TestEnum {
|
||||
private constructor() /* primary */ {
|
||||
super/*TestEnum*/()
|
||||
|
||||
Reference in New Issue
Block a user