Add failing test to address #619

This commit is contained in:
A Samuel Pottinger
2022-12-10 17:21:03 +00:00
parent 1e1d1964ee
commit b59ad67181
3 changed files with 104 additions and 0 deletions

View File

@@ -318,6 +318,11 @@ public class ParserTests {
expectGood("annotations", true);
}
@Test
public void staticannotations() {
expectGood("staticannotations", true);
}
@Test
public void generics() {
expectGood("generics", true);