[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0711.cs
blobe1633befba3cebe7ae7b125466be79ce64626c7b
1 // CS0711: `StaticClass': Static classes cannot contain destructor
2 // Line: 5
4 static class StaticClass {
5 ~StaticClass () {}