diff options
Diffstat (limited to 'tests/bugs170/pr382189/three/B.java')
-rw-r--r-- | tests/bugs170/pr382189/three/B.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bugs170/pr382189/three/B.java b/tests/bugs170/pr382189/three/B.java new file mode 100644 index 000000000..db22693a2 --- /dev/null +++ b/tests/bugs170/pr382189/three/B.java @@ -0,0 +1,2 @@ +public class B extends SuperB<String> { +} |