a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
19 lines
134 B
C#
19 lines
134 B
C#
// Compiler options: -t:library
|
|
|
|
namespace A
|
|
{
|
|
public class C
|
|
{
|
|
public void Foo ()
|
|
{
|
|
}
|
|
}
|
|
}
|
|
|
|
namespace A.B
|
|
{
|
|
class C
|
|
{
|
|
}
|
|
}
|