7 lines
115 B
Plaintext
Vendored
7 lines
115 B
Plaintext
Vendored
// "Remove 1st parameter from method 'K'" "true"
|
|
|
|
public class J {
|
|
void foo() {
|
|
new K(<caret>);
|
|
}
|
|
} |