blob: d859597e9f489d9b86357ef2b4590a84311d1ad3 [file] [log] [blame]
class Main {
private static void method(Integer param) {
}
public static void main(String[] args) {
method(
new Integer(<caret>)
);
}
}