FILE /companionObject.kt
  CLASS CLASS Test1
    FUN public constructor Test1()
      BLOCK_BODY
    CLASS OBJECT Companion
      FUN private constructor Companion()
        BLOCK_BODY
  CLASS CLASS Test2
    FUN public constructor Test2()
      BLOCK_BODY
    CLASS OBJECT Named
      FUN private constructor Named()
        BLOCK_BODY
