a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
26 lines
217 B
C#
26 lines
217 B
C#
namespace N1
|
|
{
|
|
using System;
|
|
using RVA = N2.G<N2.Test>;
|
|
}
|
|
|
|
namespace N2
|
|
{
|
|
using System;
|
|
|
|
[Obsolete ("old version", true)]
|
|
class Test
|
|
{
|
|
}
|
|
|
|
class G<T>
|
|
{
|
|
}
|
|
|
|
class C
|
|
{
|
|
public static void Main ()
|
|
{
|
|
}
|
|
}
|
|
} |