TypeScript/tests/cases/fourslash/functionTypePredicateFormatting.ts

7 lines
195 B
TypeScript
Raw Normal View History

2015-06-11 08:32:27 +02:00
/// <reference path='fourslash.ts' />
//// /**/function bar(a: A): a is B {}
goTo.marker();
format.document();
verify.currentLineContentIs("function bar(a: A): a is B { }");