dfmt/tests/otbs/issue0172.d.ref

6 lines
138 B
Plaintext

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