TypeScript/tests/cases/fourslash/addFunctionAboveMultiLineLambdaExpression.ts
2014-07-29 12:17:44 -07:00

10 lines
152 B
TypeScript

/// <reference path="fourslash.ts" />
//// /**/
//// () =>
//// // do something
//// 0;
goTo.marker();
edit.insert("function Foo() { }");