mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 10:51:25 +07:00
simplify ? extends Object (IDEA-91631; IDEA-91144)
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
interface Generic<T> {
|
||||
SomeGeneric<? extends T> foo();
|
||||
}
|
||||
|
||||
class II implements Generic<Object> {
|
||||
<caret>
|
||||
}
|
||||
|
||||
class SomeGeneric<P> {
|
||||
}
|
||||
Reference in New Issue
Block a user