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