354a6cbfd9
#KT-20901 Fixed #KT-21159 Fixed
8 lines
129 B
Java
Vendored
8 lines
129 B
Java
Vendored
// "Add 'int' as 2nd parameter to method 'Foo'" "true"
|
|
|
|
public class J {
|
|
void test() {
|
|
new Foo(<caret>1, 2);
|
|
}
|
|
}
|