Parse '@' annotations on enum entries
Just drop truncating builder's creation as we parse only escaped annotations and will not `eat` entry identifier
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
enum class A {
|
||||
[Ann] @Ann(1) X : A()
|
||||
|
||||
@Ann Y : A() {}
|
||||
|
||||
private @Ann() Z : A()
|
||||
|
||||
@Ann @private Q
|
||||
|
||||
Ann() W
|
||||
|
||||
@Ann fun foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user