[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs0509-4.cs
blobd40c7f34a374af16a9d5683e941a1541aef70566
1 // CS0509: `A': cannot derive from sealed type `System.Action'
2 // Line: 4
4 class A : System.Action