Fix Java LC test for LV 2.0 (see KT-60646)

This commit is contained in:
Mikhail Glukhikh
2023-07-26 13:35:01 +02:00
committed by Space Team
parent 876a0768e4
commit f1a297279d
2 changed files with 1 additions and 2 deletions
@@ -1,5 +1,5 @@
public enum AnnotationsOnEnumEntry /* two.AnnotationsOnEnumEntry*/ {
@two.PropertyImplicitly() @two.PropertyExplicitly() @two.FieldImplicitly() @two.FieldExplicitly() EntryWithoutConstructor,
@two.PropertyImplicitly() @two.FieldImplicitly() @two.FieldExplicitly() EntryWithoutConstructor,
@two.PropertyImplicitly() @two.FieldImplicitly() EntryWithConstructor,
EntryWithConstructor2;