1 2 3 4 5 6 7
// CS1519: Unexpected symbol `unchecked' in class, struct, or interface member declaration // Line: 6 class C { unchecked const decimal d = 79m; }