eclipse-archived / ceylon.formatter

A formatter for the Ceylon programming language, written in Ceylon.
Apache License 2.0
14 stars 11 forks source link

Formatter can’t handle defaulted types #59

Closed lucaswerkmeister closed 10 years ago

lucaswerkmeister commented 10 years ago
[String=] s = nothing;

crashes the formatter (recovery works).

I wonder why this wasn’t found sooner; defaulted types were only specified recently, but have been around for quite a while.

lucaswerkmeister commented 10 years ago

Fixed in f5addd1.