eclipse-archived / ceylon.formatter

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

formatting fails for files containing classes with constructors #110

Closed jvasileff closed 9 years ago

jvasileff commented 9 years ago

Formatting within eclipse silently fails when the file contains:

shared class TestFormatter {
shared new () {}
}
lucaswerkmeister commented 9 years ago

Oops, we don’t support default constructors…

lucaswerkmeister commented 9 years ago

Should be better now :)

jvasileff commented 9 years ago

Ha, that was quick!