dfmt/tests/DeclSpacing.d

7 lines
104 B
D

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