TypeScript/tests/cases/fourslash/outliningHintSpansForFunction.ts
2019-06-11 17:50:36 -07:00

17 lines
337 B
TypeScript

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