elizarov
12/21/2016, 4:22 PMstatic
functions go into companion object
if you really want them to be in the scope of your class. If you just need a helper function, then you better off declaring them as top-level functions (unlike Java you can have top-level functions)