w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0103-12.cs
blob9e2274cfe315e7d715e856095816cb033963d3af
1 // CS0103: The name `bar' does not exist in the current context
2 // Line: 8
4 public class Test
6 static void Main ()
8 if (false && bar ()) {