mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
separate capture conversion from substitution
This commit is contained in:
+2
-2
@@ -15,14 +15,14 @@
|
||||
*/
|
||||
package pck;
|
||||
|
||||
interface A<T>
|
||||
interface A<T>
|
||||
{
|
||||
T foo();
|
||||
}
|
||||
|
||||
interface B<T extends Cloneable> extends A<T> { }
|
||||
|
||||
class C<T extends A<?> & B<?>>
|
||||
class C<T extends A<? extends Cloneable> & B<?>>
|
||||
{
|
||||
void bar(T x)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user