7 lines
120 B
Plaintext
Vendored
7 lines
120 B
Plaintext
Vendored
// "Add 'int' as 1st parameter to method 'K'" "true"
|
|
|
|
public class J {
|
|
void foo() {
|
|
new K(<caret>1);
|
|
}
|
|
} |