interface 'overrides' object: methods with same erasure should be accepted (IDEA-67752)

This commit is contained in:
anna
2011-04-13 20:05:33 +02:00
parent 375dd2ae87
commit 8f4a7ee0d0
2 changed files with 5 additions and 0 deletions
@@ -510,4 +510,8 @@ class sOk implements C {
}
}
}
interface OverrideObject {
<T> void notify();
}