mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Deprecated flag for static non-JvmField and non-const properties
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
public final class ClassObjectField {
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
@org.jetbrains.annotations.Nullable
|
||||
public static final java.lang.String x = "";
|
||||
private static final java.lang.String y = "";
|
||||
|
||||
Reference in New Issue
Block a user