What do you thing about possibility to mark enums/companion objects to be initialized eagerly? My motivation is amount of code generated in javascript, it could be reduced without all of that lazyness.
What do you thing about possibility to mark enums/companion objects to be initialized eagerly? My motivation is amount of code generated in javascript, it could be reduced without all of that lazyness.