给定一个函数asyncTaskTryGetAsync(),我能行if((awaitTryGetAsync())isvarret&&ret.result){//useret.value}但是,如果我尝试使用声明类型或使用解构,则会出现错误“在此上下文中不允许声明”://declaration.errorif((awaitTryGetAsync())is(Booleanresult,MyObjectvalue)ret&&ret.result){//useret.value}//deconstruction,alsoerror.if((awaitTryGetAsync())is(Boolea