TypeScript/tests/cases/fourslash/insertMethodCallAboveOthers.ts

9 lines
163 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path="fourslash.ts" />
//// /**/
//// paired.reduce();
//// paired.map(() => undefined);
goTo.marker();
edit.insert("paired.reduce();");