1 // Compiler options: -warnaserror -warn:4
4 using System
.Collections
.Generic
;
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
);