blob: 887b8c211ea6038534d46ebcac7f1e5d62508d24 (
plain)
1
2
|
5:21 Cannot use 'val' here because initializer expression does not have a representable type: Type cannot be resolved
9:21 'val' is not compatible with array initializer expressions. Use the full form (new int[] { ... } instead of just { ... })
|