dfmt/tests/issue0486.d
2020-09-04 00:14:25 +02:00

5 lines
129 B
D

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