Restore some of the tests for deprecated OBJECT$ field
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class ClassObjectField {
|
||||
public static void foo() {
|
||||
k.ClassWithClassObject.OB<caret>JECT$.f();
|
||||
}
|
||||
}
|
||||
|
||||
// REF: class object of (k).ClassWithClassObject
|
||||
Reference in New Issue
Block a user