dfmt/tests/allman/lambda_param_attrib.d.ref

1 line
62 B
Text

alias fun = (@(0) @(1) int p) => ((@Foo p) { return 0; })(p);