mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
functional expressions & @FunctionalInterface based conflicts for pull up/push down refactorings
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@FunctionalInterface
|
||||
interface I {
|
||||
void foo();
|
||||
}
|
||||
|
||||
class IImpl implements I {
|
||||
public void foo(){}
|
||||
public void g<caret>et() {}
|
||||
}
|
||||
Reference in New Issue
Block a user