linux-packaging-mono/mcs/tests/dtest-friend-01-lib.cs

12 lines
171 B
C#
Raw Normal View History

// Compiler options: -t:library
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("dtest-friend-01")]
public class A
{
internal void Test ()
{
}
}