[interp] run regression with all combinations of available optimizations (#17644)
[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 ();