Files
kotlin-fork/idea/testData/quickfix/changeSignature/jk/jkKeepValOnAddingParameter1.before.Main.java.201
T
2020-11-28 14:25:58 +03:00

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);
}
}