Wouldn't that be the same as adding a `static` key...
# language-proposals
k
Wouldn't that be the same as adding a
static
keyword but less clear?
v
This way you keep the ability to abstract those methods via inheriting the companion object, unlike with
static
members