mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
interface 'overrides' object: methods can declare different exceptions (IDEA-67753)
This commit is contained in:
+4
@@ -86,3 +86,7 @@ interface Coll {
|
||||
}
|
||||
class AbstrColl implements Coll {}
|
||||
|
||||
interface InterfaceOverridesObject {
|
||||
Object clone() throws java.io.IOException;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user