mirror of
https://github.com/processing/processing4.git
synced 2026-02-01 04:41:11 +01:00
Add failing test to address #619
This commit is contained in:
@@ -318,6 +318,11 @@ public class ParserTests {
|
||||
expectGood("annotations", true);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void staticannotations() {
|
||||
expectGood("staticannotations", true);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void generics() {
|
||||
expectGood("generics", true);
|
||||
|
||||
Reference in New Issue
Block a user