@relizarov ("Roman Elizarov") replied to a tweet by @relizarov:
The proposal is centered around static extensions. You see, today in Kotlin you can write an extension to another class's "namespace" only if it has a companion object. For example, you can do `fun Color.Companion.parse(s: String)` extension and call it via `Color.parse(...)` /2