DRY-247: Dryad frontend fails for semicolon in CompilationUnit
This works:$ echo ‘class Foo {} class Bar {}’ | dryad-front
And so should this, as the semicolon is a valid member of a compilation unit:
$ echo ‘class Foo {}; class Bar {}’ | dryad-front
It currently fails, and only reports “rewriting failed”.
Submitted on 6 February 2007 at 14:02
Log in to post comments