TypeScript/tests/cases/fourslash_old/chainedFunctionCallsErrorSpan.ts
2014-07-12 17:30:19 -07:00

5 lines
144 B
TypeScript

/// <reference path='fourslash.ts' />
////'foo'.replace('o', '3')./*1*/replace/*2*/('f', 5);
verify.errorExistsBetweenMarkers('1', '2');