dfmt/tests/allman/issue0172.d.ref

8 lines
142 B
Plaintext

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