w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0165-31.cs
blob07759cbe0f1a3e1055db84a83e313b7fe6212b6b
1 // CS0165: Use of unassigned local variable `i'
2 // Line: 9
4 public class MainClass
6 public void Foo ()
8 int i;
9 i++;