genjavadoc
genjavadoc copied to clipboard
Error compiling traits without companion objects
I have a trait ObjectStorage that doesn't have a companion object but I'm getting the error:
Companions 'trait ObjectStorage' and 'object ObjectStorage' must be defined in same file
I don't know if this is an issue but it seems to be.