2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-317.cs
blob1dc8feec269f0c218c93f46a8c5e982c66d4bbe6
1 // Compiler options: /warn:4 /warnaserror
2 interface IFoo
4 void Test (int t);
7 interface IBar : IFoo
9 new int Test (int t);
12 class X
14 static void Main ()
15 { }