interface 'overrides' object: methods can declare different exceptions (IDEA-67753)

This commit is contained in:
anna
2011-04-13 20:05:34 +02:00
parent 8f4a7ee0d0
commit 2e0cd2d032
2 changed files with 8 additions and 0 deletions
@@ -86,3 +86,7 @@ interface Coll {
}
class AbstrColl implements Coll {}
interface InterfaceOverridesObject {
Object clone() throws java.io.IOException;
}