mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
erasure wildcards when generate overriding
(cherry picked from commit 58ced7b4e6be23577a1427c93a7b9c58a4edb5f3)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
interface Generic<T> {
|
||||
T foo();
|
||||
}
|
||||
|
||||
class II implements Generic<?> {
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user