[tuner] handle the case with multiple "preserve" attributes
[mono-project.git] / mcs / tests / test-908.cs
blobfdc40f6ce394563e14c554452a0e0d066e858d47
1 // Compiler options: -warnaserror
3 public class Test
5 #pragma warning disable public
6 #pragma warning disable CS1685
7 #pragma warning disable CS1700, 1701
9 public static void Main ()
12 #pragma warning restore CS1685
13 #pragma warning restore public, 1701