FILE /superCalls.kt
  CLASS CLASS Base
    CONSTRUCTOR public constructor Base()
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'constructor Any()'
        INSTANCE_INITIALIZER_CALL classDescriptor='Base'
    FUN public open fun foo(): kotlin.Unit
      BLOCK_BODY
    PROPERTY public open val bar: kotlin.String = ""
      FIELD public open val bar: kotlin.String = ""
        EXPRESSION_BODY
          CONST String type=kotlin.String value=''
      FUN public open fun <get-bar>(): kotlin.String
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='<get-bar>(): String'
            GET_BACKING_FIELD 'bar: String' type=kotlin.String operator=null
              receiver: THIS of 'Base' type=Base
  CLASS CLASS Derived
    CONSTRUCTOR public constructor Derived()
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'constructor Base()'
        INSTANCE_INITIALIZER_CALL classDescriptor='Derived'
    FUN public open override fun foo(): kotlin.Unit
      BLOCK_BODY
        CALL 'foo(): Unit' superQualifier=Base type=kotlin.Unit operator=null
          $this: THIS of 'Derived' type=Base
    PROPERTY public open override val bar: kotlin.String
      FUN public open override fun <get-bar>(): kotlin.String
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='<get-bar>(): String'
            CALL '<get-bar>(): String' superQualifier=Base type=kotlin.String operator=GET_PROPERTY
              $this: THIS of 'Derived' type=Base
