linux-packaging-mono/mcs/tests/test-466-lib.cs

19 lines
134 B
C#
Raw Normal View History

// Compiler options: -t:library
namespace A
{
public class C
{
public void Foo ()
{
}
}
}
namespace A.B
{
class C
{
}
}