dfmt/tests/knr/issue0172.d.ref

7 lines
142 B
Plaintext

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