mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Restore some of the tests for deprecated OBJECT$ field
This commit is contained in:
@@ -3,6 +3,11 @@ public final class ClassObjectField implements kotlin.jvm.internal.KObject {
|
||||
public static final java.lang.String x = "";
|
||||
private static final java.lang.String y = "";
|
||||
public static final ClassObjectField.Default Default;
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
public static final ClassObjectField.Default OBJECT$;
|
||||
|
||||
public ClassObjectField() { /* compiled code */ }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user