w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0023-23.cs
blobae7db34845db48ba5634060bd1ae74087a2391c2
1 // CS0023: The `?' operator cannot be applied to operand of type `void'
2 // Line: 10
4 using System;
6 class C
8 static void Main ()
10 var v = Console.WriteLine ()?[0];