package test

public open class SubclassFromNested : test.B.C {
    public constructor SubclassFromNested()
}
