Fixed issues with val in inner classes, and re-enabled a test that caught it that we ignored earlier.

This commit is contained in:
Reinier Zwitserloot
2015-02-01 06:52:52 +01:00
parent a6170f5298
commit e5860edabe
8 changed files with 111 additions and 9 deletions
@@ -1,4 +1,4 @@
// ignore
// issue 205: val inside anonymous inner classes is a bit tricky in javac, this test ensures we don't break it.
import java.util.*;
import lombok.val;