mirror of
https://github.com/processing/processing4.git
synced 2026-02-16 11:55:38 +01:00
Test for bug #1936 - nested constructor casts
This commit is contained in:
@@ -271,6 +271,11 @@ public class ParserTests {
|
||||
public void bug1534() {
|
||||
expectGood("bug1534");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void bug1936() {
|
||||
expectGood("bug1936");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void bug315g() {
|
||||
|
||||
Reference in New Issue
Block a user