[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1070-3.cs
blob18811dc53d019ff2fd0ac6a25ffedb1c1ba1ef39
1 // CS1070: The type `C' has been forwarded to an assembly that is not referenced. Consider adding a reference to assembly `CS1070-lib-missing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
2 // Line: 5
3 // Compiler options: -r:CS1070-lib.dll
5 public class D
7 static void Main ()
9 new C ();