9f7f55bab81a6cf8e0da348552ea3486642db9c9
[mono.git] / mcs / errors / CSFriendAssembly-lib.cs
1 using System;
2 using System.Reflection;
3 using System.Runtime.CompilerServices;
4
5 #if NET_2_0
6
7 [assembly: AssemblyKeyFile ("InternalsVisibleTest.snk")]
8 [assembly: InternalsVisibleTo ("gcs0281, PublicKeyToken=43b5d2e9a794bdcb")]
9
10 public class FriendClass
11 {
12         internal static void MyMethod ()
13         {
14         }
15 }
16
17 #endif
18