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

8 lines
144 B
TypeScript

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