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