JVM_IR: fields for deprecated enum entries have ACC_DEPRECATED flag
'Deprecated' annotation can't be applied to field itself.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@kotlin.Metadata
|
||||
public final class DeprecatedLateinitVarKt {
|
||||
public deprecated static field lateinitVar: java.lang.String
|
||||
public synthetic deprecated static @kotlin.Deprecated method getLateinitVar$annotations(): void
|
||||
public deprecated final static @org.jetbrains.annotations.NotNull method getLateinitVar(): java.lang.String
|
||||
public deprecated final static method setLateinitVar(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
Reference in New Issue
Block a user