TypeScript/tests/cases/fourslash/completionListAfterRegularExpressionLiteral04.ts
2015-06-02 13:40:38 -07:00

10 lines
231 B
TypeScript

/// <reference path="fourslash.ts" />
////let v = 100;
////let x = /absidey/ /**/
// Should not be blocked since there is a
// space separating us from the regex flags.
goTo.marker();
verify.completionListContains("v");