mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
update tests and testdata to reflect newer mock jdk 1.7
This commit is contained in:
+11
-3
@@ -1,8 +1,16 @@
|
||||
import java.util.Calendar;
|
||||
|
||||
class Util {
|
||||
void foo() {
|
||||
Calendar.getInstance().get(Cale<caret>x)
|
||||
MyCalendar.getInstance().get(MyCale<caret>x)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
class MyCalendar {
|
||||
static MyCalendar getInstance() {}
|
||||
|
||||
int get(int field) {}
|
||||
|
||||
public static final int FIELD_COUNT;
|
||||
public static final int AM;
|
||||
public static final int PM;
|
||||
}
|
||||
Reference in New Issue
Block a user