TypeScript/tests/cases/fourslash/signatureHelpWithInterfaceAsIdentifier.ts

9 lines
132 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path='fourslash.ts'/>
2014-07-13 01:04:16 +02:00
////interface C {
//// (): void;
////}
2015-03-02 23:41:44 +01:00
////C(/*1*/);
verify.noSignatureHelp("1");