TypeScript/tests/cases/fourslash/smartSelection_functionParams1.ts

5 lines
134 B
TypeScript
Raw Normal View History

2019-04-24 01:41:59 +02:00
/// <reference path="fourslash.ts" />
////function f(/*1*/p, /*2*/q?, /*3*/...r: any[] = []) {}
verify.baselineSmartSelection();