w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs1001-8.cs
blob2462ee47d28edc36bf31d68d6ab416525545b938
1 // CS1001: Unexpected symbol `,', expecting identifier
2 // Line: 8
4 static class Converter
6 static Dictionary<Options, string> options = new Dictionary<Options, string> ()
8 { Options., "I am completed!" },
9 };