eol
[mcs.git] / tests / test-333.cs
blob7b34eea0ea3a57085f7646c47dc4b2de2d50b5a8
1 // Compiler options: -warnaserror -warn:4
3 using System;
5 public class Foo
7 [Obsolete]
8 public void Something ()
13 public class Bar : Foo {
14 public new void Something ()
18 public static void Main ()