TypeScript/tests/cases/fourslash/invalidRestArgError.ts

6 lines
123 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path="fourslash.ts"/>
////function b(.../*1*/)/*2*/ {}
verify.errorExistsBetweenMarkers('1', '2');