1 // Compiler options: -r:test-824-lib.dll
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 ();