[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0509-3.cs
blobe4acbb2612da5969d7d854c412d43f2fc0bbf28c
1 // CS0509: `A': cannot derive from sealed type `D'
2 // Line: 6
4 delegate void D ();
6 class A : D