[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs7003-6.cs
blob7c6fe68d46b9e0343de376ef69c3209d717347ba
1 // CS7003: Unbound generic name is not valid in this context
2 // Line: 8
4 class C
6 static void Main ()
8 System.Action<>.Combine ();