for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git] / mcs / errors / cs1962.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);