8 lines
152 B
C#
Raw Permalink Normal View History

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