dfmt/tests/issue0172.d

8 lines
127 B
D

final class FormatVisitor : ASTVisitor
{
this(ASTInformation* astInformation)
{
this.astInformation = astInformation;
}
}