[bcl] Update BCL Linked Size
[mono-project.git] / mcs / tests / test-824.cs
blob30dd682f071df614c0d5e6198b5b80f90f83c249
1 // Compiler options: -r:test-824-lib.dll
2 using System;
4 class Context : IZZZ
6 public void Foo (IBBB command)
10 public void Foo (IAAA query)
12 throw new System.NotImplementedException ();
16 class Test : IAAA, IBBB
18 public static void Main ()
20 Test cmd = new Test ();
21 IZZZ context = new Context ();
22 context.Foo (cmd);