diff --git a/src/services/services.ts b/src/services/services.ts index 16d2bd9dffd..0d397eef6f3 100644 --- a/src/services/services.ts +++ b/src/services/services.ts @@ -3132,6 +3132,8 @@ module ts { } } + // Advance the matchIndex forward (if we don't, then we'll simply find the same + // match at the same position again). matchIndex++; } }