Fix Java LC test for LV 2.0 (see KT-60646)
This commit is contained in:
committed by
Space Team
parent
876a0768e4
commit
f1a297279d
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
public enum AnnotationsOnEnumEntry /* two.AnnotationsOnEnumEntry*/ {
|
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,
|
@two.PropertyImplicitly() @two.FieldImplicitly() EntryWithConstructor,
|
||||||
EntryWithConstructor2;
|
EntryWithConstructor2;
|
||||||
|
|
||||||
|
|||||||
-1
@@ -14,7 +14,6 @@ annotation class FieldImplicitly
|
|||||||
|
|
||||||
enum class AnnotationsOnEnumEntry(i: Int = 1) {
|
enum class AnnotationsOnEnumEntry(i: Int = 1) {
|
||||||
@PropertyImplicitly
|
@PropertyImplicitly
|
||||||
@property:PropertyExplicitly
|
|
||||||
@FieldImplicitly
|
@FieldImplicitly
|
||||||
@field:FieldExplicitly
|
@field:FieldExplicitly
|
||||||
EntryWithoutConstructor,
|
EntryWithoutConstructor,
|
||||||
|
|||||||
Reference in New Issue
Block a user