dfmt/tests/otbs/issue0486.d.ref

5 lines
129 B
Plaintext

void main() {
auto someAutoVariableName = this.firstLink.secondLink
.filter!(shouldBeProbablySomeIdentifierOrNot);
}