2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-friend-13-lib.cs
blob4e68d0fe0a7c615336fec98d30bda8c17180a95d
1 // Compiler options: -t:library
2 using System;
3 using System.Runtime.CompilerServices;
5 [assembly: InternalsVisibleTo ("gtest-friend-13")]
7 public class FriendClass
9 protected internal virtual void Test ()
13 internal virtual void Test_2 ()