mirror of
https://github.com/apple/pkl.git
synced 2026-07-16 18:11:22 +02:00
a6b02692bb
This adds a check that abstract members must be implemented. If any members lack an implementation, an error is thrown describing the missing members. Also: we have a bug in `pkl:base`; class `Set` does not implement all members of class `Collection`.