[corlib] Simplify RuntimeInformation by getting OS name from the runtime (#13164)
[mono-project.git] / mcs / errors / cs8210.cs
bloba297dc780829d1073864b96d5550f93151ebfecd
1 // CS8210: A tuple literal cannot not contain a value of type `void'
2 // Line: 8
4 class XX
6 public static void Main ()
8 var m = (1, Main ());