**** Merged from MCS ****
[mono-project.git] / mcs / errors / gcs0411-4.cs
blob60f3cb0160682be7f2ba840395e6b75dbcc84085
1 using System;
3 delegate int E ();
5 class X
7 public static T G<T> ()
9 throw new ArgumentException ();
12 static void Main ()
14 E e2 = new E (G);