mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +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