blob: bd59ad3bd2098669708032774d8d7865dae6d542 (
plain)
1
2
|
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 { ... })
|