TypeScript/tests/cases/fourslash/outliningSpansForFunction.ts
Andy Hanson 6e4c150d6b When function parameters span multiple lines, make the function span start at the ( (#26907)
* When function parameters span multiple lines, make the function span start at the `(`

* Undo unnecessary change
2019-04-25 10:53:39 -07:00

15 lines
268 B
TypeScript

/// <reference path="fourslash.ts"/>
////function f(x: number, y: number)[| {
//// return x + y;
////}|]
////
////function g[|(
//// x: number,
//// y: number,
////): number {
//// return x + y;
////}|]
verify.outliningSpansInCurrentFile(test.ranges());