Replace val with native final var in Java >= 10

This commit is contained in:
Rawi01
2021-02-02 09:44:36 +01:00
committed by Roel Spilker
parent e050dafc90
commit fdcbaa033d
36 changed files with 128 additions and 16 deletions
@@ -1,3 +1,4 @@
// version :9
import lombok.val;
public class ValWithSelfRefGenerics {
public void run(Thing<? extends Comparable<?>> thing, Thing<?> thing2, java.util.List<? extends Number> z) {