aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/ValLambda.java
AgeCommit message (Collapse)Author
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)
2017-02-09[i1014] Only add lombok.Generated if it is explicitly turned onRoel Spilker
2015-11-16The bulk of the effort for a new pretty printer.Reinier Zwitserloot
2014-05-08[java8] Added tests for using java language features in transformations.Roel Spilker