aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/VarNullInit.java
AgeCommit message (Collapse)Author
2016-11-12a initialization of variable like "var o = null;" will throw the compile ↵Bulgakov Alexander
time error "variable initializer is 'null'"
2016-10-27Use of the 'var' feature is disabled by default.Bulgakov Alexander
Include lombok.var.flagUsage = ALLOW in lombok.config to enable var
2016-10-26The @var annotation has been moved to the experimental package.Bulgakov Alexander
Added a test of a @var variable with null initialization.