mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-03 19:58:23 +07:00
Deprecated extension method syntax dropped
This commit is contained in:
@@ -4,7 +4,7 @@ interface A<T> {
|
||||
}
|
||||
|
||||
interface B<T> extends A<T> {
|
||||
void m1(T t) default { }
|
||||
default void m1(T t) { }
|
||||
}
|
||||
|
||||
class MyClass<T> implements B<T> {
|
||||
|
||||
Reference in New Issue
Block a user