2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1519.cs
blob7209425d5b83bb41b6269747d0a15f0a760cf770
1 // CS1519: Unexpected symbol `unchecked' in class, struct, or interface member declaration
2 // Line: 6
4 class C
5 {
6 unchecked const decimal d = 79m;