Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / 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);