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

15 lines
432 B
TypeScript

/// <reference path='fourslash.ts' />
//// class C2 {
//// eventEmitter: any;
//// constructor() {
//// this.eventEmitter.on(5, (msg) => {
//// console.log/**/
//// });
//// }
//// }
goTo.marker();
edit.insert(";");
verify.indentationIs(12);
verify.currentLineContentIs(" console.log;"); // Ensure line is indented correctly and doesn't jump up to previous line on semi-colon