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

11 lines
238 B
TypeScript

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