blob: fb9169bf04e75f3069b9f286107ea6840d788bc1 [file] [log] [blame]
public class Test {
public static final int xxx = 1;
void foo(Integer i) {
i.compareTo(xxx)
}
}