[tests] fixes strange overriding of inner templates; corrects test data

This commit is contained in:
Roman Shevchenko
2018-02-08 18:08:50 +01:00
parent e166a69c7f
commit 36f5ac5335
45 changed files with 63 additions and 86 deletions
@@ -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> {
}
}