[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs0012-18.cs
blob71395f3f19caa542e75cd36e1f7c98e648cc747f
1 // CS0012: The type `E' is defined in an assembly that is not referenced. Consider adding a reference to assembly `CS0012-lib-missing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
2 // Line: 9
3 // Compiler options: -r:CS0012-18-lib.dll
5 class Test
7 public static void Main ()
9 var c = B.e;