diff options
author | Roel Spilker <r.spilker@gmail.com> | 2010-11-29 22:43:44 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2010-11-29 22:43:44 +0100 |
commit | b0072a17eba21cdc6f8ba51693bb39d1c9aba319 (patch) | |
tree | 163706efa8fe6233b1da0dadd2872ec8682d91fb /test/transform/resource/messages-delombok/ValErrors.java.messages | |
parent | dd0fded2bfbd5c318913209e93d74a2bb06f3d14 (diff) | |
download | lombok-b0072a17eba21cdc6f8ba51693bb39d1c9aba319.tar.gz lombok-b0072a17eba21cdc6f8ba51693bb39d1c9aba319.tar.bz2 lombok-b0072a17eba21cdc6f8ba51693bb39d1c9aba319.zip |
lombok.val import now gets removed. Only adding lombok.val flags the compilation unit as changed.
Diffstat (limited to 'test/transform/resource/messages-delombok/ValErrors.java.messages')
-rw-r--r-- | test/transform/resource/messages-delombok/ValErrors.java.messages | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/transform/resource/messages-delombok/ValErrors.java.messages b/test/transform/resource/messages-delombok/ValErrors.java.messages index ca7baeab..bd59ad3b 100644 --- a/test/transform/resource/messages-delombok/ValErrors.java.messages +++ b/test/transform/resource/messages-delombok/ValErrors.java.messages @@ -1,2 +1,2 @@ -3:21 ERROR Cannot use 'val' here because initializer expression does not have a representable type: Type cannot be resolved -7:21 ERROR 'val' is not compatible with array initializer expressions. Use the full form (new int[] { ... } instead of just { ... }) +5:21 ERROR Cannot use 'val' here because initializer expression does not have a representable type: Type cannot be resolved +9:21 ERROR 'val' is not compatible with array initializer expressions. Use the full form (new int[] { ... } instead of just { ... }) |