dfmt/tests/issue0486.d

6 lines
129 B
D

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