TypeScript/tests/cases/fourslash/closedCommentsInConstructor.ts
2015-03-02 14:41:44 -08:00

8 lines
151 B
TypeScript

/// <reference path="fourslash.ts" />
////class Foo {
//// constructor(/* /**/ */) { }
////}
goTo.marker();
verify.completionListIsEmpty();