TypeScript/tests/cases/fourslash/asOperatorCompletion.ts
2015-09-29 12:23:16 -07:00

9 lines
156 B
TypeScript

/// <reference path="fourslash.ts" />
//// type T = number;
//// var x;
//// var y = x as /**/
goTo.marker();
verify.completionListContains('T');