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

6 lines
123 B
TypeScript

/// <reference path="fourslash.ts"/>
////function b(.../*1*/)/*2*/ {}
verify.errorExistsBetweenMarkers('1', '2');