1 2 3 4 5 6 7 8
//CONF: lombok.var.flagUsage = ALLOW import lombok.experimental.var; public class VarNullInit { void method() { var x = null; } }