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
@@ -14,7 +14,6 @@ annotation class FieldImplicitly
enum class AnnotationsOnEnumEntry(i: Int = 1) {
@PropertyImplicitly
@property:PropertyExplicitly
@FieldImplicitly
@field:FieldExplicitly
EntryWithoutConstructor,