blob: 2462ee47d28edc36bf31d68d6ab416525545b938 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// CS1001: Unexpected symbol `,', expecting identifier
// Line: 8
static class Converter
{
static Dictionary<Options, string> options = new Dictionary<Options, string> ()
{
{ Options., "I am completed!" },
};
}
|