aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/messages-delombok/ValErrors.java.messages
blob: 0777143b90ffcc324297b90efa30dfead91b19be (plain)
1
2
6 Cannot use 'val' here because initializer expression does not have a representable type: Type cannot be resolved
10 'val' is not compatible with array initializer expressions. Use the full form (new int[] { ... } instead of just { ... })