c042cd0c52
Former-commit-id: 4610231f55806d2a05ed69e5ff3faa7336cc1479
16 lines
154 B
C#
16 lines
154 B
C#
public class A
|
|
{
|
|
protected internal struct C { }
|
|
}
|
|
|
|
class B
|
|
{
|
|
class D : A
|
|
{
|
|
public A.C Property { get; set; }
|
|
}
|
|
|
|
public static void Main ()
|
|
{
|
|
}
|
|
} |