genjavadoc icon indicating copy to clipboard operation
genjavadoc copied to clipboard

Error compiling traits without companion objects

Open igormoreno opened this issue 8 years ago • 0 comments

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.

igormoreno avatar Apr 17 '17 11:04 igormoreno