mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
interface 'overrides' object: methods with same erasure should be accepted (IDEA-67752)
This commit is contained in:
+4
@@ -510,4 +510,8 @@ class sOk implements C {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
interface OverrideObject {
|
||||
<T> void notify();
|
||||
}
|
||||
Reference in New Issue
Block a user