FILE fqName:<root> fileName:/catchParameterAccess.kt
  FUN name:test visibility:public modality:FINAL <> (f:kotlin.Function0<kotlin.Unit>) returnType:kotlin.Unit flags:
    VALUE_PARAMETER name:f index:0 type:kotlin.Function0<kotlin.Unit> flags:
    BLOCK_BODY
      RETURN type=kotlin.Nothing from='test(() -> Unit): Unit'
        TRY type=kotlin.Unit
          try: BLOCK type=kotlin.Unit origin=null
            CALL 'invoke(): R' type=kotlin.Unit origin=INVOKE
              $this: GET_VAR 'value-parameter f: () -> Unit' type=kotlin.Function0<kotlin.Unit> origin=VARIABLE_AS_FUNCTION
          CATCH parameter=e: Exception /* = Exception */
            VAR CATCH_PARAMETER name:e type:java.lang.Exception flags:val
            BLOCK type=kotlin.Nothing origin=null
              THROW type=kotlin.Nothing
                GET_VAR 'e: Exception /* = Exception */' type=java.lang.Exception origin=null
