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