Open gavinking opened 9 years ago
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 { ... }
I have occasionally wanted anonymous constructors in anonymous classes in Java. I don't quite remember why though.
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 { ... }
.