[corlib] Simplify RuntimeInformation by getting OS name from the runtime (#13164)
[mono-project.git] / mcs / errors / cs0100-7.cs
blob6e48d0193302121867b7454a582c177bfc2cf99c
1 // CS0100: The parameter name `obj' is a duplicate
2 // Line: 4
4 class C
6 public static extern bool operator +(C obj, C obj);