mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 18:50:59 +07:00
8 lines
132 B
Java
8 lines
132 B
Java
// "Pull method 'foo' to 'Int'" "true"
|
|
public class Test implements Int {
|
|
@Overr<caret>ide
|
|
void foo(){}
|
|
}
|
|
|
|
interface Int {}
|