aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs170/pr382189/covbug/B.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs170/pr382189/covbug/B.java')
-rw-r--r--tests/bugs170/pr382189/covbug/B.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bugs170/pr382189/covbug/B.java b/tests/bugs170/pr382189/covbug/B.java
new file mode 100644
index 000000000..1184552ef
--- /dev/null
+++ b/tests/bugs170/pr382189/covbug/B.java
@@ -0,0 +1,3 @@
+package covbug;
+
+public class B extends SuperB<String> { }