MODULE_FRAGMENT
  FILE fqName:<root> fileName:main.kt
    CLASS CLASS name:Child modality:FINAL visibility:public superTypes:[p2.Parent]
      thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Child
      CONSTRUCTOR visibility:public returnType:<root>.Child [primary]
        BLOCK_BODY
          DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in p2.Parent'
          INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Child modality:FINAL visibility:public superTypes:[p2.Parent]' type=kotlin.Unit
      FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN returnType:kotlin.Boolean [fake_override,operator]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
        VALUE_PARAMETER kind:Regular name:other index:1 type:kotlin.Any?
        overridden:
          public open fun equals (other: kotlin.Any?): kotlin.Boolean [fake_override,operator] declared in p2.Parent
      FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN returnType:kotlin.Int [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
        overridden:
          public open fun hashCode (): kotlin.Int [fake_override] declared in p2.Parent
      FUN FAKE_OVERRIDE name:setContentView visibility:public modality:OPEN returnType:kotlin.Unit [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:p2.Parent
        VALUE_PARAMETER kind:Regular name:p0 index:1 type:kotlin.Int
          annotations:
            Anno(value = ["UnknownNullness", "MissingNullability"] type=kotlin.Array<out kotlin.String> varargElementType=kotlin.String)
        overridden:
          public open fun setContentView (p0: kotlin.Int): kotlin.Unit declared in p2.Parent
      FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN returnType:kotlin.String [fake_override]
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:kotlin.Any
        overridden:
          public open fun toString (): kotlin.String [fake_override] declared in p2.Parent
      FUN name:bar visibility:private modality:FINAL returnType:kotlin.Unit
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Child
        BLOCK_BODY
      FUN name:onCreate visibility:protected modality:OPEN returnType:kotlin.Unit
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Child
        overridden:
          protected/*protected and package*/ open fun onCreate (): kotlin.Unit declared in p2.Parent
        BLOCK_BODY
          CALL 'protected/*protected and package*/ open fun onCreate (): kotlin.Unit declared in p2.Parent' superQualifier='CLASS IR_EXTERNAL_JAVA_DECLARATION_STUB CLASS name:Parent modality:OPEN visibility:public superTypes:[kotlin.Any]' type=kotlin.Unit origin=null
            ARG <this>: GET_VAR '<this>: <root>.Child declared in <root>.Child.onCreate' type=<root>.Child origin=IMPLICIT_ARGUMENT
          CALL 'private final fun bar (): kotlin.Unit declared in <root>.Child' type=kotlin.Unit origin=null
            ARG <this>: GET_VAR '<this>: <root>.Child declared in <root>.Child.onCreate' type=<root>.Child origin=IMPLICIT_ARGUMENT
