You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
errors.push(newProblem(`${type}${severity===ERROR ? 'must' : 'should'} have ${argCount||'any number of'} generic type(s) specified, but had 0: ${fullTypeContext||type}`,severity));
440
444
}elseif(type==='Object'){
441
445
// Warn about generic Object types (Dictionary is handled above as a complex type)
0 commit comments