If you have a (large) class in a common module wit...
# language-proposals
d
If you have a (large) class in a common module without an expect modifier, you might want to add extra members to the class on specific platforms. Doing that with actual/expect right now would require duplicating all the common logic (and lots of extra actual modifiers with it 🙂).