diff --git a/examples/nested-jsbeautifyrc/d/original/test.d b/examples/nested-jsbeautifyrc/d/original/test.d new file mode 100644 index 0000000..40d559b --- /dev/null +++ b/examples/nested-jsbeautifyrc/d/original/test.d @@ -0,0 +1,5 @@ +class Test{ +private int member ; + public auto func ( string str ) + { + import std.stdio; writeln("Hello world !");}}