2009-09-07 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / tests / gtest-friend-13.cs
index 505f044d330c868d171a53208be242801e24f74a..b5d23f755efab9a146c43335e5cc5fd77f701d54 100644 (file)
@@ -7,6 +7,10 @@ public class B : FriendClass
        protected internal override void Test ()
        {
        }
+       
+       internal override void Test_2 ()
+       {
+       }       
 }
 
 public class Test