dfmt/tests/issue0194.d

13 lines
116 B
D

module test;
void main()
{
test("stringLiteral") in
{
foreach (thing; things)
{
doStuff(thing);
}
};
}