2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-friend-04.cs
blobc53619622c5f3ef314e4d7483273f803588b7426
1 // Compiler options: -r:gtest-friend-00-lib.dll -keyfile:InternalsVisibleTest2.snk
2 using System;
4 public class Test
6 static void Main ()
8 // We should be able to access them
9 new InternalFriendClass ();
10 new FriendClass.NestedInternalClass ();
11 new FriendClass.NestedProtectedInternalClass ();