checkpoint
[sbp.git] / tests / java15.test
diff --git a/tests/java15.test b/tests/java15.test
new file mode 100644 (file)
index 0000000..968eaf7
--- /dev/null
@@ -0,0 +1,11 @@
+package foo;
+import foo.bar;
+
+public class Baz < A extends Object , Q super Foo<Bar<Baz>,Bop> > {
+
+  public void foo(int x, char y, Bop<Baz<M>> q) {
+  }
+
+  protected abstract int bar(int c);
+
+}