We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently, const declarations do not support spreading records:
const
const a = Foo(1, 2) const b = Foo(..a, 3)
I propose that if the spread record is also a const, it should be allowed.