Merge pull request #2772 from JakubValtar/preproc-constructorCast-fix

Fixes #1936 - Preproc constructor cast fix
This commit is contained in:
Ben Fry
2014-08-12 09:25:32 -04:00
5 changed files with 40 additions and 4 deletions

View File

@@ -276,6 +276,11 @@ public class ParserTests {
public void bug1534() {
expectGood("bug1534");
}
@Test
public void bug1936() {
expectGood("bug1936");
}
@Test
public void bug315g() {