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

7 lines
120 B
Java
Vendored

// "Remove 1st parameter from constructor 'K'" "true"
public class J {
void foo() {
new K(<caret>);
}
}