1 2 3 4 5 6 7 8 9 10
// CS7003: Unbound generic name is not valid in this context // Line: 8 class C { static void Main () { System.Action<>.Combine (); } }