[corlib] Simplify RuntimeInformation by getting OS name from the runtime (#13164)
[mono-project.git] / mcs / errors / cs1611.cs
blob469e083ec3c919e792febcec15d64402cbe253e7
1 // CS1611: The params parameter cannot be declared as ref, out or in
2 // Line: 6
4 class Test
6 public static void Error (params ref int args) {}