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