TypeScript/tests/cases/fourslash/typeAssertionsFormatting.ts

13 lines
266 B
TypeScript
Raw Normal View History

2015-08-11 16:47:44 +02:00
/// <reference path='fourslash.ts' />
////( < any > publisher);/*1*/
//// < any > 3;/*2*/
format.document();
goTo.marker("1");
verify.currentLineContentIs("(<any>publisher);");
goTo.marker("2");
verify.currentLineContentIs("<any>3;");