[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs0281.cs
blob494833fe76e731dc0bc5c652507827e33637bab5
1 // CS0281: Friend access was granted to `cs0281, PublicKeyToken=27576a8182a18822', but the output assembly is named `cs0281, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. Try adding a reference to `cs0281, PublicKeyToken=27576a8182a18822' or change the output assembly name to match it
2 // Line: 0
3 // Compiler options: -r:CSFriendAssembly-lib.dll
5 using System;
7 public class Test
9 static void Main ()
11 FriendClass.MyMethod ();