Open CeylonMigrationBot opened 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 { ... }.
new { ... }
[Migrated from ceylon/ceylon-spec#1343]
[@FroMage] I have occasionally wanted anonymous constructors in anonymous classes in Java. I don't quite remember why though.
[@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]