[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / tests / gtest-friend-08.cs
blob4c65b071139813b1118e8de9dd6699b1513ea9f6
1 // Compiler options: -r:gtest-friend-01-lib.dll
2 using System;
4 public class Test
6 public static void Main ()
8 // We should be able to access them
9 new InternalFriendClass ();
10 new FriendClass.NestedInternalClass ();
11 new FriendClass.NestedProtectedInternalClass ();