2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1635.cs
blobfe89378edae938798b3cb80e0429cfcbb58d12af
1 // cs1635.cs: Cannot restore warning `CS0219' because it was disabled globally
2 // Line: 11
3 // Compiler options: -nowarn:219 -warnaserror
5 class C
7 public static void Main ()
9 #pragma warning disable 219
10 int o = 4;
11 #pragma warning restore 219