TypeScript/tests/cases/fourslash/smartSelection_behindCaret.ts
2019-04-23 16:41:59 -07:00

6 lines
186 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/// <reference path="fourslash.ts" />
////let/**/ x: string
// Verifies that the selection goes to 'let' first even though its behind the caret
verify.baselineSmartSelection();