d587bb2ea6
#KT-9401 Fixed
7 lines
154 B
Java
Vendored
7 lines
154 B
Java
Vendored
// "Change 2nd parameter of method 'foo' from 'boolean' to 'String'" "true"
|
|
|
|
public class J {
|
|
void foo() {
|
|
new K().foo(1, <caret>"2");
|
|
}
|
|
} |