mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 14:21:47 +00:00
Replace val with native final var in Java >= 10
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user