blob: 498406d302bdf6ddc4cd9386974cc9d6d07355dc [file] [log] [blame]
module imports.defad;
private import imports.defac;
private import imports.defab;
public class D : C
{
B [] tabList;
this() {}
this(D parent, int style){ }
}