atom-beautify/examples/nested-jsbeautifyrc/d/expected/test.d

8 lines
123 B
D

class Test {
private int member;
public auto func ( string str )
{
import std.stdio; writeln("Hello world !");
}
}