[corlib] Simplify RuntimeInformation by getting OS name from the runtime (#13164)
[mono-project.git] / mcs / errors / cs0119-10.cs
blob7d57947198d98b5d35a005594df5266f1fc7992f
1 // CS0119: Expression denotes a `namespace', where a `variable', `value' or `method group' was expected
2 // Line: 8
4 class X
6 public static void Main ()
8 System.Collections.Generic ("");