i can have a companion object implement an interface and interact with its instance-less methods via abstraction
1 reply
jw: well, there are no instance less methods in companion objects. If i define an extension method on a companion object and don't use the companion object instance i get a warning