FILE fqName:<root> fileName:/augmentedAssignment2.kt
  PROPERTY name:p visibility:public modality:FINAL [val]
    FIELD PROPERTY_BACKING_FIELD name:p type:<root>.A visibility:private [final,static]
      EXPRESSION_BODY
        CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.A' type=<root>.A origin=null
    FUN DEFAULT_PROPERTY_ACCESSOR name:<get-p> visibility:public modality:FINAL returnType:<root>.A
      correspondingProperty: PROPERTY name:p visibility:public modality:FINAL [val]
      BLOCK_BODY
        RETURN type=kotlin.Nothing from='public final fun <get-p> (): <root>.A declared in <root>'
          GET_FIELD 'FIELD PROPERTY_BACKING_FIELD name:p type:<root>.A visibility:private [final,static]' type=<root>.A origin=null
  CLASS CLASS name:A modality:FINAL visibility:public superTypes:[kotlin.Any]
    thisReceiver: VALUE_PARAMETER INSTANCE_RECEIVER kind:DispatchReceiver name:<this> type:<root>.A
    CONSTRUCTOR visibility:public returnType:<root>.A [primary]
      BLOCK_BODY
        DELEGATING_CONSTRUCTOR_CALL 'public constructor <init> () declared in kotlin.Any'
        INSTANCE_INITIALIZER_CALL classDescriptor='CLASS CLASS name:A 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
  FUN name:divAssign visibility:public modality:FINAL returnType:kotlin.Unit [operator]
    VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:<root>.A
    VALUE_PARAMETER kind:Regular name:s index:1 type:kotlin.String
    BLOCK_BODY
  FUN name:minusAssign visibility:public modality:FINAL returnType:kotlin.Unit [operator]
    VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:<root>.A
    VALUE_PARAMETER kind:Regular name:s index:1 type:kotlin.String
    BLOCK_BODY
  FUN name:plusAssign visibility:public modality:FINAL returnType:kotlin.Unit [operator]
    VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:<root>.A
    VALUE_PARAMETER kind:Regular name:s index:1 type:kotlin.String
    BLOCK_BODY
  FUN name:remAssign visibility:public modality:FINAL returnType:kotlin.Unit [operator]
    VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:<root>.A
    VALUE_PARAMETER kind:Regular name:s index:1 type:kotlin.String
    BLOCK_BODY
  FUN name:testProperty visibility:public modality:FINAL returnType:kotlin.Unit
    BLOCK_BODY
      BLOCK type=kotlin.Unit origin=PLUSEQ
        CALL 'public final fun plusAssign (<this>: <root>.A, s: kotlin.String): kotlin.Unit declared in <root>' type=kotlin.Unit origin=PLUSEQ
          ARG <this>: CALL 'public final fun <get-p> (): <root>.A declared in <root>' type=<root>.A origin=PLUSEQ
          ARG s: CONST String type=kotlin.String value="+="
      BLOCK type=kotlin.Unit origin=MINUSEQ
        CALL 'public final fun minusAssign (<this>: <root>.A, s: kotlin.String): kotlin.Unit declared in <root>' type=kotlin.Unit origin=MINUSEQ
          ARG <this>: CALL 'public final fun <get-p> (): <root>.A declared in <root>' type=<root>.A origin=MINUSEQ
          ARG s: CONST String type=kotlin.String value="-="
      BLOCK type=kotlin.Unit origin=MULTEQ
        CALL 'public final fun timesAssign (<this>: <root>.A, s: kotlin.String): kotlin.Unit declared in <root>' type=kotlin.Unit origin=MULTEQ
          ARG <this>: CALL 'public final fun <get-p> (): <root>.A declared in <root>' type=<root>.A origin=MULTEQ
          ARG s: CONST String type=kotlin.String value="*="
      BLOCK type=kotlin.Unit origin=DIVEQ
        CALL 'public final fun divAssign (<this>: <root>.A, s: kotlin.String): kotlin.Unit declared in <root>' type=kotlin.Unit origin=DIVEQ
          ARG <this>: CALL 'public final fun <get-p> (): <root>.A declared in <root>' type=<root>.A origin=DIVEQ
          ARG s: CONST String type=kotlin.String value="/="
      BLOCK type=kotlin.Unit origin=PERCEQ
        CALL 'public final fun remAssign (<this>: <root>.A, s: kotlin.String): kotlin.Unit declared in <root>' type=kotlin.Unit origin=PERCEQ
          ARG <this>: CALL 'public final fun <get-p> (): <root>.A declared in <root>' type=<root>.A origin=PERCEQ
          ARG s: CONST String type=kotlin.String value="%="
  FUN name:testVariable visibility:public modality:FINAL returnType:kotlin.Unit
    BLOCK_BODY
      VAR name:a type:<root>.A [val]
        CONSTRUCTOR_CALL 'public constructor <init> () declared in <root>.A' type=<root>.A origin=null
      CALL 'public final fun plusAssign (<this>: <root>.A, s: kotlin.String): kotlin.Unit declared in <root>' type=kotlin.Unit origin=PLUSEQ
        ARG <this>: GET_VAR 'val a: <root>.A declared in <root>.testVariable' type=<root>.A origin=PLUSEQ
        ARG s: CONST String type=kotlin.String value="+="
      CALL 'public final fun minusAssign (<this>: <root>.A, s: kotlin.String): kotlin.Unit declared in <root>' type=kotlin.Unit origin=MINUSEQ
        ARG <this>: GET_VAR 'val a: <root>.A declared in <root>.testVariable' type=<root>.A origin=MINUSEQ
        ARG s: CONST String type=kotlin.String value="-="
      CALL 'public final fun timesAssign (<this>: <root>.A, s: kotlin.String): kotlin.Unit declared in <root>' type=kotlin.Unit origin=MULTEQ
        ARG <this>: GET_VAR 'val a: <root>.A declared in <root>.testVariable' type=<root>.A origin=MULTEQ
        ARG s: CONST String type=kotlin.String value="*="
      CALL 'public final fun divAssign (<this>: <root>.A, s: kotlin.String): kotlin.Unit declared in <root>' type=kotlin.Unit origin=DIVEQ
        ARG <this>: GET_VAR 'val a: <root>.A declared in <root>.testVariable' type=<root>.A origin=DIVEQ
        ARG s: CONST String type=kotlin.String value="/="
      CALL 'public final fun remAssign (<this>: <root>.A, s: kotlin.String): kotlin.Unit declared in <root>' type=kotlin.Unit origin=PERCEQ
        ARG <this>: GET_VAR 'val a: <root>.A declared in <root>.testVariable' type=<root>.A origin=PERCEQ
        ARG s: CONST String type=kotlin.String value="*="
  FUN name:timesAssign visibility:public modality:FINAL returnType:kotlin.Unit [operator]
    VALUE_PARAMETER kind:ExtensionReceiver name:<this> index:0 type:<root>.A
    VALUE_PARAMETER kind:Regular name:s index:1 type:kotlin.String
    BLOCK_BODY
