TypeScript/tests/cases/fourslash/completionForStringLiteral8.ts

8 lines
198 B
TypeScript

/// <reference path='fourslash.ts'/>
////type As = 'arf' | 'abacus' | 'abaddon';
////let a: As;
////if (a === '/**/
verify.completions({ marker: "", exact: ["arf", "abacus", "abaddon"] });