Files

8 lines
132 B
Java

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