Restore some of the tests for deprecated OBJECT$ field
This commit is contained in:
+5
@@ -1,5 +1,10 @@
|
||||
public interface TraitClassObjectField {
|
||||
TraitClassObjectField.Default Default;
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
TraitClassObjectField.Default OBJECT$;
|
||||
@org.jetbrains.annotations.Nullable
|
||||
java.lang.String x = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user