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