mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 18:50:54 +07:00
Deprecated extension method syntax dropped
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
interface A<T> {
|
||||
void m(T t) default { }
|
||||
default void m(T t) { }
|
||||
}
|
||||
|
||||
class MyClass<T> implements A<T> {
|
||||
|
||||
Reference in New Issue
Block a user