cleol
[mcs.git] / errors / gcs0281.cs
blobc0ffe73e3d707908716f20d68a6bcd6270ca2665
1 // gcs0281.cs: Friend access was granted to `gcs0281, PublicKeyToken=27576a8182a18822', but the output assembly is named `gcs0281, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. Try adding a reference to `gcs0281, 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 ();