// cs0133-5.cs: The expression being assigned to `T.i' must be constant // Line: 12 class T { const decimal[] i = new decimal [] { 2m }; }