avoid using a custom sources file for the net_2_1_raw profile
[mcs.git] / errors / cs1043.cs
blob2f41cccaa134f3ee3d6bd6326f8449e72147e325
1 // CS1043: Unexpected symbol `1', expecting `;', or `{'
2 // Line: 6
4 class C
6 int Foo { set 1; }