TypeScript/tests/cases/fourslash/outliningSpansForArrowFunctionBody.ts

16 lines
269 B
TypeScript

/// <reference path="fourslash.ts"/>
//// () => 42;
//// () => ( 42 );
//// () =>[| {
//// 42
//// }|];
//// () =>[| (
//// 42
//// )|];
//// () =>[| "foo" +
//// "bar" +
//// "baz"|];
verify.outliningSpansInCurrentFile(test.ranges());