Files
openide/java/java-tests/testData/codeInsight/daemonCodeAnalyzer/quickFix/pullUp/before1.java

8 lines
132 B
Java

// "Pull method 'foo' to 'Int'" "true"
public class Test implements Int {
@Overr<caret>ide
void foo(){}
}
interface Int {}