mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
[tests] fixes strange overriding of inner templates; corrects test data
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
public class Subclass<E extends Runnable, Q extends Runnable> extends Superclass<E, Q> {
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import java.util.List;
|
||||
|
||||
public class Subclass<E extends List<String>> extends Superclass<E> {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user