aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-ecj/ValLambda.java
AgeCommit message (Collapse)Author
2020-07-10[test] this covers more eclipse versionsReinier Zwitserloot
2019-05-25[val]. more test casesBulgakov Alexander
2019-05-20#1976. one more test caseBulgakov Alexander
2019-05-08#1976. [@val] improved raw generic type inference by eclipse compiler.Bulgakov Alexander
2019-05-07#1976. naive fix of the eclipse compiler's error 'The target type of this ↵Bulgakov Alexander
expression must be a functional interface' in code like 'lombok.val foo = (System.currentTimeMillis() > 0) ? (Runnable)()-> {} : System.out::println;'
2019-04-24improvements type inference of type intersections (affects ValLambda.java, ↵Bulgakov Alexander
ValWeirdTypes.java tests)
2014-05-08[java8] Added tests for using java language features in transformations.Roel Spilker