MODULE_FRAGMENT
  FILE fqName:home fileName:main.kt
    FUN name:Greeting visibility:public modality:FINAL returnType:kotlin.Unit
      VALUE_PARAMETER kind:Regular name:name index:0 type:kotlin.String
      BLOCK_BODY
        CALL 'public final fun Text (text: kotlin.String): kotlin.Unit declared in com.example.jvmLib' type=kotlin.Unit origin=null
          ARG text: CALL 'public final fun plus (other: kotlin.Any?): kotlin.String [operator] declared in kotlin.String' type=kotlin.String origin=PLUS
            ARG <this>: CALL 'public final fun plus (other: kotlin.Any?): kotlin.String [operator] declared in kotlin.String' type=kotlin.String origin=PLUS
              ARG <this>: CALL 'public final fun plus (other: kotlin.Any?): kotlin.String [operator] declared in kotlin.String' type=kotlin.String origin=PLUS
                ARG <this>: STRING_CONCATENATION type=kotlin.String
                  GET_VAR 'name: kotlin.String declared in home.Greeting' type=kotlin.String origin=null
                  CONST String type=kotlin.String value="!"
                ARG other: CALL 'public final fun giveMeString (): kotlin.String [inline] declared in com.example.myModule.OtherModule.Companion' type=kotlin.String origin=null
                  ARG <this>: GET_OBJECT 'CLASS IR_EXTERNAL_DECLARATION_STUB OBJECT name:Companion modality:FINAL visibility:public [companion] superTypes:[kotlin.Any]' type=com.example.myModule.OtherModule.Companion
              ARG other: CALL 'public final fun giveMeString (): kotlin.String [inline] declared in com.example.myModule.OtherModule.Named' type=kotlin.String origin=null
                ARG <this>: GET_OBJECT 'CLASS IR_EXTERNAL_DECLARATION_STUB OBJECT name:Named modality:FINAL visibility:public [companion] superTypes:[kotlin.Any]' type=com.example.myModule.OtherModule.Named
            ARG other: CALL 'public final fun giveMeString (): kotlin.String [inline] declared in com.example.myModule.Another' type=kotlin.String origin=null
              ARG <this>: GET_OBJECT 'CLASS IR_EXTERNAL_DECLARATION_STUB OBJECT name:Another modality:FINAL visibility:public superTypes:[kotlin.Any]' type=com.example.myModule.Another
