dfmt/tests/allman/issue0508.d.ref
Brian Schott 7659b1ae1a
Fix Issue 508 (#511)
Fix Issue 508
merged-on-behalf-of: Brian Schott <Hackerpilot@users.noreply.github.com>
2020-10-01 08:35:20 +02:00

7 lines
67 B
Text

struct S
{
@safe invariant
{
assert(true);
}
}