Test for bug #1936 - nested constructor casts

This commit is contained in:
Jakub Valtar
2014-08-11 01:49:22 +02:00
parent 1106b043d0
commit c6cf054890
3 changed files with 35 additions and 0 deletions

View File

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