FILE fqName:pkg fileName:/common.kt
  CLASS CLASS name:Bar modality:FINAL visibility:public superTypes:[pkg.FooImpl]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:pkg.Bar
    CONSTRUCTOR visibility:public returnType:pkg.Bar [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in pkg.FooImpl'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Bar modality:FINAL visibility:public superTypes:[pkg.FooImpl]' 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 declared in pkg.FooImpl
    FUN FAKE_OVERRIDE name:foo visibility:protected/*protected and package*/ modality:OPEN returnType:@[FlexibleNullability] kotlin.String? [fake_override]
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:pkg.FooImpl
      overridden:
        protected/*protected and package*/ open fun foo (): @[FlexibleNullability] kotlin.String? declared in pkg.FooImpl
    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 declared in pkg.FooImpl
    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 declared in pkg.FooImpl
    FUN name:bar visibility:public modality:FINAL returnType:kotlin.String
      VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:pkg.Bar
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public final fun bar (): kotlin.String declared in pkg.Bar'
          CALL 'protected/*protected and package*/ open fun foo (): @[FlexibleNullability] kotlin.String? declared in pkg.Bar' type=kotlin.String origin=null
            ARG <this>: GET_VAR '<this>: pkg.Bar declared in pkg.Bar.bar' type=pkg.Bar origin=IMPLICIT_ARGUMENT
FILE fqName:pkg fileName:/jvm.kt
  FUN name:box visibility:public modality:FINAL returnType:kotlin.String
    BLOCK_BODY
      VAR name:result type:kotlin.String [val]
        CALL 'public final fun bar (): kotlin.String declared in pkg.Bar' type=kotlin.String origin=null
          ARG <this>: CONSTRUCTOR_CALL 'public constructor <init> () declared in pkg.Bar' type=pkg.Bar origin=null
      RETURN type=kotlin.Nothing from='public final fun box (): kotlin.String declared in pkg'
        WHEN type=kotlin.String origin=IF
          BRANCH
            if: CALL 'public final fun EQEQ (arg0: kotlin.Any?, arg1: kotlin.Any?): kotlin.Boolean declared in kotlin.internal.ir' type=kotlin.Boolean origin=EQEQ
              ARG arg0: GET_VAR 'val result: kotlin.String declared in pkg.box' type=kotlin.String origin=null
              ARG arg1: CONST String type=kotlin.String value="Hello from Java"
            then: CONST String type=kotlin.String value="OK"
          BRANCH
            if: CONST Boolean type=kotlin.Boolean value=true
            then: GET_VAR 'val result: kotlin.String declared in pkg.box' type=kotlin.String origin=null
  TYPEALIAS name:Foo visibility:public expandedType:pkg.FooImpl[actual] 
