aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/messages-delombok/ValErrors.java.messages
blob: ca7baeabe8a6bde92d8239c595f65ac3fe489abc (plain)
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 { ... })