Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/createClassFromUsage/beforeInNewArgs.java
2014-12-06 12:41:46 +03:00

6 lines
103 B
Java

// "Create class 'Foo'" "true"
public class Test {
void foo() {
new Test(F<caret>oo.FIELD);
}
}