3 public static int Main ()
5 new SomeGenericClass
<int>().FailsToCompile ();
10 class SomeGenericClass
<SomeType
>
13 delegate void SomeHandlerType ();
15 void Invoke (SomeHandlerType h
)
19 public void FailsToCompile ()
22 object someObject
= 1;
24 someValue
= someObject
;