2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / dcs1962.cs
blob10ea28c327a071aa1d89ec83cc0efef7fbc89494
1 // CS1962: The typeof operator cannot be used on the dynamic type
2 // Line: 8
4 class C
6 public static void Main ()
8 object t = typeof (dynamic);