Is it possible to define a class's companion objec...
# announcements
j
Is it possible to define a class's companion object outside of the class and/or in a separate file? For large classes (which I admit is the root problem) I find it hard to quickly know if a method is on the companion object or on the class itself