mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
cleanup 'public' modifier from the interface on "pull default method" (IDEA-135292)
This commit is contained in:
@@ -3,5 +3,5 @@ interface Bar<T> { }
|
||||
interface Base<T> { }
|
||||
|
||||
class Foo<T,U> implements Base<U> {
|
||||
void ge<caret>t(Bar<U> bar) { }
|
||||
public void ge<caret>t(Bar<U> bar) { }
|
||||
}
|
||||
Reference in New Issue
Block a user