* TreeView.cs: Allow more explicit setting of top node
[mono-project.git] / mcs / errors / gcs0281.cs
blob86513b15d7cc76ca997242113a35fa7e674c29c3
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'. 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 ();