FILE fqName:<root> fileName:/properties.kt
  CLASS CLASS name:Bar modality:FINAL visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.Bar
    CONSTRUCTOR visibility:public returnType:<root>.Bar [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:Bar modality:FINAL visibility:public superTypes:[kotlin.Any]' 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 kotlin.Any
    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 kotlin.Any
    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 kotlin.Any
    PROPERTY name:baz visibility:public modality:FINAL [val]
      FUN name:<get-baz> visibility:public modality:FINAL returnType:kotlin.Int
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Bar
        VALUE_PARAMETER UNDERSCORE_PARAMETER kind:Context name:$context-String index:1 type:kotlin.String
        correspondingProperty: PROPERTY name:baz visibility:public modality:FINAL [val]
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public final fun <get-baz> ($context-String: kotlin.String): kotlin.Int declared in <root>.Bar'
            CONST Int type=kotlin.Int value=1
    PROPERTY name:baz2 visibility:public modality:FINAL [var]
      FUN name:<get-baz2> visibility:public modality:FINAL returnType:kotlin.Int
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Bar
        VALUE_PARAMETER UNDERSCORE_PARAMETER kind:Context name:$context-String index:1 type:kotlin.String
        VALUE_PARAMETER kind:Context name:b index:2 type:kotlin.Boolean
        correspondingProperty: PROPERTY name:baz2 visibility:public modality:FINAL [var]
        BLOCK_BODY
          RETURN type=kotlin.Nothing from='public final fun <get-baz2> ($context-String: kotlin.String, b: kotlin.Boolean): kotlin.Int declared in <root>.Bar'
            CONST Int type=kotlin.Int value=1
      FUN name:<set-baz2> visibility:public modality:FINAL returnType:kotlin.Unit
        VALUE_PARAMETER kind:DispatchReceiver name:<this> index:0 type:<root>.Bar
        VALUE_PARAMETER UNDERSCORE_PARAMETER kind:Context name:$context-String index:1 type:kotlin.String
        VALUE_PARAMETER kind:Context name:b index:2 type:kotlin.Boolean
        VALUE_PARAMETER kind:Regular name:value index:3 type:kotlin.Int
        correspondingProperty: PROPERTY name:baz2 visibility:public modality:FINAL [var]
        BLOCK_BODY
  FUN name:test visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:kotlin.String
    BLOCK_BODY
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        RICH_PROPERTY_REFERENCE type=kotlin.reflect.KProperty0<kotlin.Int> origin=null reflectionTarget='public final foo: kotlin.Int declared in <root>'
          bound c0: GET_VAR '<this>: kotlin.String declared in <root>.test' type=kotlin.String origin=IMPLICIT_ARGUMENT
          getter: FUN LOCAL_FUNCTION_FOR_LAMBDA name:foo visibility:local modality:FINAL returnType:kotlin.Int
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c0 index:0 type:kotlin.String
            BLOCK_BODY
              RETURN type=kotlin.Nothing from='local final fun foo (c0: kotlin.String): kotlin.Int declared in <root>.test'
                CALL 'public final fun <get-foo> ($context-String: kotlin.String): kotlin.Int declared in <root>' type=kotlin.Int origin=null
                  ARG $context-String: GET_VAR 'c0: kotlin.String declared in <root>.test.foo' type=kotlin.String origin=ADAPTED_FUNCTION_REFERENCE
      VAR name:asFunctionType type:kotlin.Function0<kotlin.Int> [val]
        RICH_PROPERTY_REFERENCE type=kotlin.reflect.KProperty0<kotlin.Int> origin=null reflectionTarget='public final foo: kotlin.Int declared in <root>'
          bound c0: GET_VAR '<this>: kotlin.String declared in <root>.test' type=kotlin.String origin=IMPLICIT_ARGUMENT
          getter: FUN LOCAL_FUNCTION_FOR_LAMBDA name:foo visibility:local modality:FINAL returnType:kotlin.Int
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c0 index:0 type:kotlin.String
            BLOCK_BODY
              RETURN type=kotlin.Nothing from='local final fun foo (c0: kotlin.String): kotlin.Int declared in <root>.test'
                CALL 'public final fun <get-foo> ($context-String: kotlin.String): kotlin.Int declared in <root>' type=kotlin.Int origin=null
                  ARG $context-String: GET_VAR 'c0: kotlin.String declared in <root>.test.foo' type=kotlin.String origin=ADAPTED_FUNCTION_REFERENCE
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        RICH_PROPERTY_REFERENCE type=kotlin.reflect.KProperty1<<root>.Bar, kotlin.Int> origin=null reflectionTarget='public final baz: kotlin.Int declared in <root>.Bar'
          bound c0: GET_VAR '<this>: kotlin.String declared in <root>.test' type=kotlin.String origin=IMPLICIT_ARGUMENT
          getter: FUN LOCAL_FUNCTION_FOR_LAMBDA name:baz visibility:local modality:FINAL returnType:kotlin.Int
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c0 index:0 type:kotlin.String
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:p0 index:1 type:<root>.Bar
            BLOCK_BODY
              RETURN type=kotlin.Nothing from='local final fun baz (c0: kotlin.String, p0: <root>.Bar): kotlin.Int declared in <root>.test'
                CALL 'public final fun <get-baz> ($context-String: kotlin.String): kotlin.Int declared in <root>.Bar' type=kotlin.Int origin=null
                  ARG <this>: GET_VAR 'p0: <root>.Bar declared in <root>.test.baz' type=<root>.Bar origin=null
                  ARG $context-String: GET_VAR 'c0: kotlin.String declared in <root>.test.baz' type=kotlin.String origin=ADAPTED_FUNCTION_REFERENCE
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        RICH_PROPERTY_REFERENCE type=kotlin.reflect.KProperty0<kotlin.Int> origin=null reflectionTarget='public final baz: kotlin.Int declared in <root>.Bar'
          bound c0: GET_VAR '<this>: kotlin.String declared in <root>.test' type=kotlin.String origin=IMPLICIT_ARGUMENT
          bound receiver: CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.Bar' type=<root>.Bar origin=null
          getter: FUN LOCAL_FUNCTION_FOR_LAMBDA name:baz visibility:local modality:FINAL returnType:kotlin.Int
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c0 index:0 type:kotlin.String
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:receiver index:1 type:<root>.Bar
            BLOCK_BODY
              RETURN type=kotlin.Nothing from='local final fun baz (c0: kotlin.String, receiver: <root>.Bar): kotlin.Int declared in <root>.test'
                CALL 'public final fun <get-baz> ($context-String: kotlin.String): kotlin.Int declared in <root>.Bar' type=kotlin.Int origin=null
                  ARG <this>: GET_VAR 'receiver: <root>.Bar declared in <root>.test.baz' type=<root>.Bar origin=ADAPTED_FUNCTION_REFERENCE
                  ARG $context-String: GET_VAR 'c0: kotlin.String declared in <root>.test.baz' type=kotlin.String origin=ADAPTED_FUNCTION_REFERENCE
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        RICH_PROPERTY_REFERENCE type=kotlin.reflect.KProperty1<kotlin.Int, kotlin.Int> origin=null reflectionTarget='public final qux: kotlin.Int declared in <root>'
          bound c0: GET_VAR '<this>: kotlin.String declared in <root>.test' type=kotlin.String origin=IMPLICIT_ARGUMENT
          getter: FUN LOCAL_FUNCTION_FOR_LAMBDA name:qux visibility:local modality:FINAL returnType:kotlin.Int
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c0 index:0 type:kotlin.String
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:p0 index:1 type:kotlin.Int
            BLOCK_BODY
              RETURN type=kotlin.Nothing from='local final fun qux (c0: kotlin.String, p0: kotlin.Int): kotlin.Int declared in <root>.test'
                CALL 'public final fun <get-qux> ($context-String: kotlin.String, <this>: kotlin.Int): kotlin.Int declared in <root>' type=kotlin.Int origin=null
                  ARG $context-String: GET_VAR 'c0: kotlin.String declared in <root>.test.qux' type=kotlin.String origin=ADAPTED_FUNCTION_REFERENCE
                  ARG <this>: GET_VAR 'p0: kotlin.Int declared in <root>.test.qux' type=kotlin.Int origin=null
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        RICH_PROPERTY_REFERENCE type=kotlin.reflect.KProperty0<kotlin.Int> origin=null reflectionTarget='public final qux: kotlin.Int declared in <root>'
          bound c0: GET_VAR '<this>: kotlin.String declared in <root>.test' type=kotlin.String origin=IMPLICIT_ARGUMENT
          bound receiver: CONST Int type=kotlin.Int value=1
          getter: FUN LOCAL_FUNCTION_FOR_LAMBDA name:qux visibility:local modality:FINAL returnType:kotlin.Int
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c0 index:0 type:kotlin.String
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:receiver index:1 type:kotlin.Int
            BLOCK_BODY
              RETURN type=kotlin.Nothing from='local final fun qux (c0: kotlin.String, receiver: kotlin.Int): kotlin.Int declared in <root>.test'
                CALL 'public final fun <get-qux> ($context-String: kotlin.String, <this>: kotlin.Int): kotlin.Int declared in <root>' type=kotlin.Int origin=null
                  ARG $context-String: GET_VAR 'c0: kotlin.String declared in <root>.test.qux' type=kotlin.String origin=ADAPTED_FUNCTION_REFERENCE
                  ARG <this>: GET_VAR 'receiver: kotlin.Int declared in <root>.test.qux' type=kotlin.Int origin=ADAPTED_FUNCTION_REFERENCE
  FUN name:test2 visibility:public modality:FINAL returnType:kotlin.Unit
    VALUE_PARAMETER kind:Context name:s index:0 type:kotlin.String
    VALUE_PARAMETER kind:Context name:bb index:1 type:kotlin.Boolean
    BLOCK_BODY
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        RICH_PROPERTY_REFERENCE type=kotlin.reflect.KMutableProperty0<kotlin.Int> origin=null reflectionTarget='public final foo2: kotlin.Int declared in <root>'
          bound c0: GET_VAR 's: kotlin.String declared in <root>.test2' type=kotlin.String origin=null
          bound c1: GET_VAR 'bb: kotlin.Boolean declared in <root>.test2' type=kotlin.Boolean origin=null
          getter: FUN LOCAL_FUNCTION_FOR_LAMBDA name:foo2 visibility:local modality:FINAL returnType:kotlin.Int
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c0 index:0 type:kotlin.String
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c1 index:1 type:kotlin.Boolean
            BLOCK_BODY
              RETURN type=kotlin.Nothing from='local final fun foo2 (c0: kotlin.String, c1: kotlin.Boolean): kotlin.Int declared in <root>.test2'
                CALL 'public final fun <get-foo2> ($context-String: kotlin.String, b: kotlin.Boolean): kotlin.Int declared in <root>' type=kotlin.Int origin=null
                  ARG $context-String: GET_VAR 'c0: kotlin.String declared in <root>.test2.foo2' type=kotlin.String origin=ADAPTED_FUNCTION_REFERENCE
                  ARG b: GET_VAR 'c1: kotlin.Boolean declared in <root>.test2.foo2' type=kotlin.Boolean origin=ADAPTED_FUNCTION_REFERENCE
          setter: FUN LOCAL_FUNCTION_FOR_LAMBDA name:foo2 visibility:local modality:FINAL returnType:kotlin.Unit
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c0 index:0 type:kotlin.String
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c1 index:1 type:kotlin.Boolean
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:value index:2 type:kotlin.Int
            BLOCK_BODY
              CALL 'public final fun <set-foo2> ($context-String: kotlin.String, b: kotlin.Boolean, value: kotlin.Int): kotlin.Unit declared in <root>' type=kotlin.Unit origin=null
                ARG $context-String: GET_VAR 'c0: kotlin.String declared in <root>.test2.foo2' type=kotlin.String origin=ADAPTED_FUNCTION_REFERENCE
                ARG b: GET_VAR 'c1: kotlin.Boolean declared in <root>.test2.foo2' type=kotlin.Boolean origin=ADAPTED_FUNCTION_REFERENCE
                ARG value: GET_VAR 'value: kotlin.Int declared in <root>.test2.foo2' type=kotlin.Int origin=ADAPTED_FUNCTION_REFERENCE
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        RICH_PROPERTY_REFERENCE type=kotlin.reflect.KMutableProperty1<<root>.Bar, kotlin.Int> origin=null reflectionTarget='public final baz2: kotlin.Int declared in <root>.Bar'
          bound c0: GET_VAR 's: kotlin.String declared in <root>.test2' type=kotlin.String origin=null
          bound c1: GET_VAR 'bb: kotlin.Boolean declared in <root>.test2' type=kotlin.Boolean origin=null
          getter: FUN LOCAL_FUNCTION_FOR_LAMBDA name:baz2 visibility:local modality:FINAL returnType:kotlin.Int
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c0 index:0 type:kotlin.String
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c1 index:1 type:kotlin.Boolean
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:p0 index:2 type:<root>.Bar
            BLOCK_BODY
              RETURN type=kotlin.Nothing from='local final fun baz2 (c0: kotlin.String, c1: kotlin.Boolean, p0: <root>.Bar): kotlin.Int declared in <root>.test2'
                CALL 'public final fun <get-baz2> ($context-String: kotlin.String, b: kotlin.Boolean): kotlin.Int declared in <root>.Bar' type=kotlin.Int origin=null
                  ARG <this>: GET_VAR 'p0: <root>.Bar declared in <root>.test2.baz2' type=<root>.Bar origin=null
                  ARG $context-String: GET_VAR 'c0: kotlin.String declared in <root>.test2.baz2' type=kotlin.String origin=ADAPTED_FUNCTION_REFERENCE
                  ARG b: GET_VAR 'c1: kotlin.Boolean declared in <root>.test2.baz2' type=kotlin.Boolean origin=ADAPTED_FUNCTION_REFERENCE
          setter: FUN LOCAL_FUNCTION_FOR_LAMBDA name:baz2 visibility:local modality:FINAL returnType:kotlin.Unit
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c0 index:0 type:kotlin.String
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c1 index:1 type:kotlin.Boolean
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:p0 index:2 type:<root>.Bar
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:value index:3 type:kotlin.Int
            BLOCK_BODY
              CALL 'public final fun <set-baz2> ($context-String: kotlin.String, b: kotlin.Boolean, value: kotlin.Int): kotlin.Unit declared in <root>.Bar' type=kotlin.Unit origin=null
                ARG <this>: GET_VAR 'p0: <root>.Bar declared in <root>.test2.baz2' type=<root>.Bar origin=null
                ARG $context-String: GET_VAR 'c0: kotlin.String declared in <root>.test2.baz2' type=kotlin.String origin=ADAPTED_FUNCTION_REFERENCE
                ARG b: GET_VAR 'c1: kotlin.Boolean declared in <root>.test2.baz2' type=kotlin.Boolean origin=ADAPTED_FUNCTION_REFERENCE
                ARG value: GET_VAR 'value: kotlin.Int declared in <root>.test2.baz2' type=kotlin.Int origin=ADAPTED_FUNCTION_REFERENCE
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        RICH_PROPERTY_REFERENCE type=kotlin.reflect.KMutableProperty0<kotlin.Int> origin=null reflectionTarget='public final baz2: kotlin.Int declared in <root>.Bar'
          bound c0: GET_VAR 's: kotlin.String declared in <root>.test2' type=kotlin.String origin=null
          bound c1: GET_VAR 'bb: kotlin.Boolean declared in <root>.test2' type=kotlin.Boolean origin=null
          bound receiver: CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.Bar' type=<root>.Bar origin=null
          getter: FUN LOCAL_FUNCTION_FOR_LAMBDA name:baz2 visibility:local modality:FINAL returnType:kotlin.Int
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c0 index:0 type:kotlin.String
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c1 index:1 type:kotlin.Boolean
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:receiver index:2 type:<root>.Bar
            BLOCK_BODY
              RETURN type=kotlin.Nothing from='local final fun baz2 (c0: kotlin.String, c1: kotlin.Boolean, receiver: <root>.Bar): kotlin.Int declared in <root>.test2'
                CALL 'public final fun <get-baz2> ($context-String: kotlin.String, b: kotlin.Boolean): kotlin.Int declared in <root>.Bar' type=kotlin.Int origin=null
                  ARG <this>: GET_VAR 'receiver: <root>.Bar declared in <root>.test2.baz2' type=<root>.Bar origin=ADAPTED_FUNCTION_REFERENCE
                  ARG $context-String: GET_VAR 'c0: kotlin.String declared in <root>.test2.baz2' type=kotlin.String origin=ADAPTED_FUNCTION_REFERENCE
                  ARG b: GET_VAR 'c1: kotlin.Boolean declared in <root>.test2.baz2' type=kotlin.Boolean origin=ADAPTED_FUNCTION_REFERENCE
          setter: FUN LOCAL_FUNCTION_FOR_LAMBDA name:baz2 visibility:local modality:FINAL returnType:kotlin.Unit
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c0 index:0 type:kotlin.String
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c1 index:1 type:kotlin.Boolean
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:receiver index:2 type:<root>.Bar
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:value index:3 type:kotlin.Int
            BLOCK_BODY
              CALL 'public final fun <set-baz2> ($context-String: kotlin.String, b: kotlin.Boolean, value: kotlin.Int): kotlin.Unit declared in <root>.Bar' type=kotlin.Unit origin=null
                ARG <this>: GET_VAR 'receiver: <root>.Bar declared in <root>.test2.baz2' type=<root>.Bar origin=ADAPTED_FUNCTION_REFERENCE
                ARG $context-String: GET_VAR 'c0: kotlin.String declared in <root>.test2.baz2' type=kotlin.String origin=ADAPTED_FUNCTION_REFERENCE
                ARG b: GET_VAR 'c1: kotlin.Boolean declared in <root>.test2.baz2' type=kotlin.Boolean origin=ADAPTED_FUNCTION_REFERENCE
                ARG value: GET_VAR 'value: kotlin.Int declared in <root>.test2.baz2' type=kotlin.Int origin=ADAPTED_FUNCTION_REFERENCE
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        RICH_PROPERTY_REFERENCE type=kotlin.reflect.KMutableProperty1<kotlin.Int, kotlin.Int> origin=null reflectionTarget='public final qux2: kotlin.Int declared in <root>'
          bound c0: GET_VAR 's: kotlin.String declared in <root>.test2' type=kotlin.String origin=null
          bound c1: GET_VAR 'bb: kotlin.Boolean declared in <root>.test2' type=kotlin.Boolean origin=null
          getter: FUN LOCAL_FUNCTION_FOR_LAMBDA name:qux2 visibility:local modality:FINAL returnType:kotlin.Int
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c0 index:0 type:kotlin.String
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c1 index:1 type:kotlin.Boolean
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:p0 index:2 type:kotlin.Int
            BLOCK_BODY
              RETURN type=kotlin.Nothing from='local final fun qux2 (c0: kotlin.String, c1: kotlin.Boolean, p0: kotlin.Int): kotlin.Int declared in <root>.test2'
                CALL 'public final fun <get-qux2> ($context-String: kotlin.String, b: kotlin.Boolean, <this>: kotlin.Int): kotlin.Int declared in <root>' type=kotlin.Int origin=null
                  ARG $context-String: GET_VAR 'c0: kotlin.String declared in <root>.test2.qux2' type=kotlin.String origin=ADAPTED_FUNCTION_REFERENCE
                  ARG b: GET_VAR 'c1: kotlin.Boolean declared in <root>.test2.qux2' type=kotlin.Boolean origin=ADAPTED_FUNCTION_REFERENCE
                  ARG <this>: GET_VAR 'p0: kotlin.Int declared in <root>.test2.qux2' type=kotlin.Int origin=null
          setter: FUN LOCAL_FUNCTION_FOR_LAMBDA name:qux2 visibility:local modality:FINAL returnType:kotlin.Unit
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c0 index:0 type:kotlin.String
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c1 index:1 type:kotlin.Boolean
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:p0 index:2 type:kotlin.Int
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:value index:3 type:kotlin.Int
            BLOCK_BODY
              CALL 'public final fun <set-qux2> ($context-String: kotlin.String, b: kotlin.Boolean, <this>: kotlin.Int, value: kotlin.Int): kotlin.Unit declared in <root>' type=kotlin.Unit origin=null
                ARG $context-String: GET_VAR 'c0: kotlin.String declared in <root>.test2.qux2' type=kotlin.String origin=ADAPTED_FUNCTION_REFERENCE
                ARG b: GET_VAR 'c1: kotlin.Boolean declared in <root>.test2.qux2' type=kotlin.Boolean origin=ADAPTED_FUNCTION_REFERENCE
                ARG <this>: GET_VAR 'p0: kotlin.Int declared in <root>.test2.qux2' type=kotlin.Int origin=null
                ARG value: GET_VAR 'value: kotlin.Int declared in <root>.test2.qux2' type=kotlin.Int origin=ADAPTED_FUNCTION_REFERENCE
      TYPE_OP type=kotlin.Unit origin=IMPLICIT_COERCION_TO_UNIT typeOperand=kotlin.Unit
        RICH_PROPERTY_REFERENCE type=kotlin.reflect.KMutableProperty0<kotlin.Int> origin=null reflectionTarget='public final qux2: kotlin.Int declared in <root>'
          bound c0: GET_VAR 's: kotlin.String declared in <root>.test2' type=kotlin.String origin=null
          bound c1: GET_VAR 'bb: kotlin.Boolean declared in <root>.test2' type=kotlin.Boolean origin=null
          bound receiver: CONST Int type=kotlin.Int value=1
          getter: FUN LOCAL_FUNCTION_FOR_LAMBDA name:qux2 visibility:local modality:FINAL returnType:kotlin.Int
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c0 index:0 type:kotlin.String
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c1 index:1 type:kotlin.Boolean
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:receiver index:2 type:kotlin.Int
            BLOCK_BODY
              RETURN type=kotlin.Nothing from='local final fun qux2 (c0: kotlin.String, c1: kotlin.Boolean, receiver: kotlin.Int): kotlin.Int declared in <root>.test2'
                CALL 'public final fun <get-qux2> ($context-String: kotlin.String, b: kotlin.Boolean, <this>: kotlin.Int): kotlin.Int declared in <root>' type=kotlin.Int origin=null
                  ARG $context-String: GET_VAR 'c0: kotlin.String declared in <root>.test2.qux2' type=kotlin.String origin=ADAPTED_FUNCTION_REFERENCE
                  ARG b: GET_VAR 'c1: kotlin.Boolean declared in <root>.test2.qux2' type=kotlin.Boolean origin=ADAPTED_FUNCTION_REFERENCE
                  ARG <this>: GET_VAR 'receiver: kotlin.Int declared in <root>.test2.qux2' type=kotlin.Int origin=ADAPTED_FUNCTION_REFERENCE
          setter: FUN LOCAL_FUNCTION_FOR_LAMBDA name:qux2 visibility:local modality:FINAL returnType:kotlin.Unit
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c0 index:0 type:kotlin.String
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:c1 index:1 type:kotlin.Boolean
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:receiver index:2 type:kotlin.Int
            VALUE_PARAMETER ADAPTER_PARAMETER_FOR_CALLABLE_REFERENCE kind:Regular name:value index:3 type:kotlin.Int
            BLOCK_BODY
              CALL 'public final fun <set-qux2> ($context-String: kotlin.String, b: kotlin.Boolean, <this>: kotlin.Int, value: kotlin.Int): kotlin.Unit declared in <root>' type=kotlin.Unit origin=null
                ARG $context-String: GET_VAR 'c0: kotlin.String declared in <root>.test2.qux2' type=kotlin.String origin=ADAPTED_FUNCTION_REFERENCE
                ARG b: GET_VAR 'c1: kotlin.Boolean declared in <root>.test2.qux2' type=kotlin.Boolean origin=ADAPTED_FUNCTION_REFERENCE
                ARG <this>: GET_VAR 'receiver: kotlin.Int declared in <root>.test2.qux2' type=kotlin.Int origin=ADAPTED_FUNCTION_REFERENCE
                ARG value: GET_VAR 'value: kotlin.Int declared in <root>.test2.qux2' type=kotlin.Int origin=ADAPTED_FUNCTION_REFERENCE
  PROPERTY name:foo visibility:public modality:FINAL [val]
    FUN name:<get-foo> visibility:public modality:FINAL returnType:kotlin.Int
      VALUE_PARAMETER UNDERSCORE_PARAMETER kind:Context name:$context-String index:0 type:kotlin.String
      correspondingProperty: PROPERTY name:foo visibility:public modality:FINAL [val]
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public final fun <get-foo> ($context-String: kotlin.String): kotlin.Int declared in <root>'
          CONST Int type=kotlin.Int value=1
  PROPERTY name:foo2 visibility:public modality:FINAL [var]
    FUN name:<get-foo2> visibility:public modality:FINAL returnType:kotlin.Int
      VALUE_PARAMETER UNDERSCORE_PARAMETER kind:Context name:$context-String index:0 type:kotlin.String
      VALUE_PARAMETER kind:Context name:b index:1 type:kotlin.Boolean
      correspondingProperty: PROPERTY name:foo2 visibility:public modality:FINAL [var]
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public final fun <get-foo2> ($context-String: kotlin.String, b: kotlin.Boolean): kotlin.Int declared in <root>'
          CONST Int type=kotlin.Int value=1
    FUN name:<set-foo2> visibility:public modality:FINAL returnType:kotlin.Unit
      VALUE_PARAMETER UNDERSCORE_PARAMETER kind:Context name:$context-String index:0 type:kotlin.String
      VALUE_PARAMETER kind:Context name:b index:1 type:kotlin.Boolean
      VALUE_PARAMETER kind:Regular name:value index:2 type:kotlin.Int
      correspondingProperty: PROPERTY name:foo2 visibility:public modality:FINAL [var]
      BLOCK_BODY
  PROPERTY name:qux visibility:public modality:FINAL [val]
    FUN name:<get-qux> visibility:public modality:FINAL returnType:kotlin.Int
      VALUE_PARAMETER UNDERSCORE_PARAMETER kind:Context name:$context-String index:0 type:kotlin.String
      VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:1 type:kotlin.Int
      correspondingProperty: PROPERTY name:qux visibility:public modality:FINAL [val]
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public final fun <get-qux> ($context-String: kotlin.String, <this>: kotlin.Int): kotlin.Int declared in <root>'
          CONST Int type=kotlin.Int value=1
  PROPERTY name:qux2 visibility:public modality:FINAL [var]
    FUN name:<get-qux2> visibility:public modality:FINAL returnType:kotlin.Int
      VALUE_PARAMETER UNDERSCORE_PARAMETER kind:Context name:$context-String index:0 type:kotlin.String
      VALUE_PARAMETER kind:Context name:b index:1 type:kotlin.Boolean
      VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:2 type:kotlin.Int
      correspondingProperty: PROPERTY name:qux2 visibility:public modality:FINAL [var]
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public final fun <get-qux2> ($context-String: kotlin.String, b: kotlin.Boolean, <this>: kotlin.Int): kotlin.Int declared in <root>'
          CONST Int type=kotlin.Int value=1
    FUN name:<set-qux2> visibility:public modality:FINAL returnType:kotlin.Unit
      VALUE_PARAMETER UNDERSCORE_PARAMETER kind:Context name:$context-String index:0 type:kotlin.String
      VALUE_PARAMETER kind:Context name:b index:1 type:kotlin.Boolean
      VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:2 type:kotlin.Int
      VALUE_PARAMETER kind:Regular name:value index:3 type:kotlin.Int
      correspondingProperty: PROPERTY name:qux2 visibility:public modality:FINAL [var]
      BLOCK_BODY
