8 lines
129 B
Plaintext
Vendored
8 lines
129 B
Plaintext
Vendored
// "Add 'int' as 1st parameter to method 'Foo'" "true"
|
|
|
|
public class J {
|
|
void test() {
|
|
new Foo(<caret>1, 2);
|
|
}
|
|
}
|