dfmt/tests/DeclSpacing.d.ref

21 lines
136 B
Plaintext

import std.stdio;
class Foo
{
}
import std.conv;
const bar = 42;
void main()
{
return;
}
const baz = 11;
class Foo2 : Foo
{
}