Incremented version number.
[mono.git] / mcs / errors / cs0186-2.cs
1 // cs0186.cs: Use of null is not valid in this context// Line: 2
2 class ClassMain {        public static void Main() {
3                 foreach (System.Type type in null) {
4                 }                    }
5 }
6