Closed jvasileff closed 9 years ago
Hm, perhaps the RedHatTransformer
isn’t generating a semicolon here. Let me check…
Yup, semicolon missing. IIRC we’re supposed to have tests for that, I need to check why they didn’t detect this…
Ah, completeCompilationUnit
only contains ValueSpecification
within named arguments (SpecifiedArgument
), and RedHatTransformer.transformSpecifiedArgument
handles that internally without using transformValueSpecification
.
Should be fixed now.
Works great, thanks!
I'm not sure exactly whose bug this is, but the symptom appears here.
results in:
Line 1778 of
FormattingVisitor.ceylon
: