dfmt/tests/knr/issue0486.d.ref

6 lines
129 B
Plaintext

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