FILE /delegatingConstructorCallsInSecondaryConstructors.kt
  CLASS CLASS Base
    CONSTRUCTOR public constructor Base()
      BLOCK_BODY
        INSTANCE_INITIALIZER_CALL classDescriptor=Base
  CLASS CLASS Test
    CONSTRUCTOR public constructor Test()
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL Base
        INSTANCE_INITIALIZER_CALL classDescriptor=Test
    CONSTRUCTOR public constructor Test(/*0*/ xx: kotlin.Int)
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL Base
        INSTANCE_INITIALIZER_CALL classDescriptor=Test
    CONSTRUCTOR public constructor Test(/*0*/ xx: kotlin.Short)
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL Test
