2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0118-3.cs
blobd62c9081ef742f5c44a707c69573efd567457bed
1 // cs0118-3.cs: `Region.Value' is a `field' but a `type' was expected
2 // Line: 8
4 public sealed class Region
6 int Value;
8 [Value(2)]
9 public Region() {}