mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-27 13:49:53 +03:00
9 lines
89 B
D
9 lines
89 B
D
import tc_access_modifiers.bar;
|
|
|
|
class Subclass : Helper
|
|
{
|
|
this()
|
|
{
|
|
this.mfield
|
|
}
|
|
}
|