Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/createClassFromNew/preview3.java
T
2022-10-10 12:17:19 +00:00

4 lines
64 B
Java

public class MyInteger {
public MyInteger(int xxx) {
}
}