DCD/tests/tc_access_modifiers/file2.d

10 lines
89 B
D

import tc_access_modifiers.bar;
class Subclass : Helper
{
this()
{
this.mfield
}
}