eol
[mcs.git] / tests / gtest-300.cs
blob7384d47d94c521b45638d76eb45d91284a4d5210
1 // Compiler options: -warnaserror -warn:4
3 using System;
4 using System.Collections.Generic;
6 public class Test
8 public static void Main ()
10 IDictionary<string,object> c =
11 new Dictionary<string,object> ();
12 foreach (string s in c.Keys)
13 Console.WriteLine (s);