checking in stuff
[IRC.git] / Robust / JavaGrammar / tests / Eric15.java
diff --git a/Robust/JavaGrammar/tests/Eric15.java b/Robust/JavaGrammar/tests/Eric15.java
new file mode 100644 (file)
index 0000000..b7cb8e3
--- /dev/null
@@ -0,0 +1,7 @@
+/** Some valid java code from Eric Blake.  This should compile
+ *  with any JSR-14 javac, as well as parse correctly (no syntax errors)
+ *  using the java15.cup grammar in this package. */
+class Eric15<T> {
+    class B<S> { }
+    Eric15<Integer>.B<Integer> c;
+}