mirror of
https://github.com/apple/pkl.git
synced 2026-05-28 01:29:15 +02:00
2f0436ff2f
When using spread syntax with typed object, properties that are fixed or const cannot be assigned or amended. This should be checked in the checkTypedProperty() function.