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