2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1031-2.cs
blob28f11a17660bee8e1b90ccf841769649da252a07
1 // CS1031: Type expected
2 // Line: 8
4 using System;
6 class M
8 public static void Main ()
10 Type t = typeof (this);