TypeScript/tests/cases/fourslash/regexDetection.ts
2015-03-02 14:41:44 -08:00

15 lines
No EOL
316 B
TypeScript

/// <reference path="fourslash.ts" />
//// /*1*/15 / /*2*/Math.min(61 / /*3*/42, 32 / 15) / /*4*/15;
goTo.marker("1");
verify.not.quickInfoExists();
goTo.marker("2");
verify.not.quickInfoIs('RegExp');
goTo.marker("3");
verify.not.quickInfoExists();
goTo.marker("4");
verify.not.quickInfoExists();