TypeScript/tests/cases/fourslash/outliningSpansForFunction.ts

15 lines
268 B
TypeScript
Raw Normal View History

/// <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());