Open bbrk24 opened 4 hours ago
Isn't combining them kind of redundant? Doesn't @(readonly bar)
already assign to this.bar
(if using TypeScript)? I agree it would still be nice, though.
In that case, it should at least diagnose, rather than crashing the compiler.
both of these work fine:
but you can't combine them.