[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1031.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);