Home
last modified time | relevance | path

Searched defs:needsExtraRestElement (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/compiler/
Dchecker.ts11639 … const needsExtraRestElement = eitherHasEffectiveRest && !hasEffectiveRestParameter(longest); constant
28044 … const needsExtraRestElement = eitherHasEffectiveRest && !hasEffectiveRestParameter(longest); constant