1 // CS0122: The call is ambiguous between the following methods or properties: `Test.Foo(IIn<string>)' and `Test.Foo(IIn<Test>)'
11 static void Foo (IIn
<string> f
)
15 static void Foo (IIn
<Test
> f
)
19 public static int Main ()
21 IIn
<object> test
= null;