You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main change is that augmentations share a top level and private
namespace with each other and the main library. Also made a few other
minor changes along the way:
* Now that enums have members, allow them to be augmented.
* Compile-time error if a non-`late` augmenting instance variable
calls the initializer for a `late` one.
0 commit comments