eclipse-archived / ceylon

The Ceylon compiler, language module, and command line tools
http://ceylon-lang.org
Apache License 2.0
399 stars 62 forks source link

anonymous constructor expressions #4449

Open CeylonMigrationBot opened 9 years ago

CeylonMigrationBot commented 9 years ago

[@gavinking] It would be interesting to explore whether anonymous constructor expressions could be useful, i.e. within the body of a class, letting you write new { ... }.

[Migrated from ceylon/ceylon-spec#1343]

CeylonMigrationBot commented 9 years ago

[@FroMage] I have occasionally wanted anonymous constructors in anonymous classes in Java. I don't quite remember why though.