make sure we track Input.Region for epsilon reductions (important for ambiguity-hunting)
[sbp.git] / tests / java15.test
index 968eaf7..976fb75 100644 (file)
@@ -7,5 +7,6 @@ public class Baz < A extends Object , Q super Foo<Bar<Baz>,Bop> > {
   }
 
   protected abstract int bar(int c);
+  protected abstract int bop(  );
 
 }