linux-packaging-mono/mcs/tests/gtest-047-lib.cs

16 lines
123 B
C#
Raw Normal View History

// Compiler options: -t:library
namespace Foo
{
public class List
{
}
}
namespace Bar
{
public class List<T>
{
}
}