Does it matter to you what namespace will you use to call static methods?
I want this extension function (in a Kotlin file) to seem like a static function (in a Java class).
There is no reason to do it but I am clearly experimenting around with Kotlin and I am wondering if this is possible.