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>: 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 getInline (): kotlin.String [inline] declared in com.example.common.OtherModule.Inner' type=kotlin.String origin=null
              ARG <this>: CONSTRUCTOR_CALL 'public constructor <init> () [primary] declared in com.example.common.OtherModule.Inner' type=com.example.common.OtherModule.Inner origin=null
