[corlib] Simplify RuntimeInformation by getting OS name from the runtime (#13164)
[mono-project.git] / mcs / errors / cs0501.cs
blob6e5f3177cf622f39f2f3eca2228cf6d95e3633f5
1 // CS0501: `Class.X()' must have a body because it is not marked abstract, extern, or partial
2 // Line: 5
4 class Class {
5 virtual public void X ();