TypeScript/tests/cases/fourslash/unclosedCommentsInConstructor.ts

8 lines
187 B
TypeScript

/// <reference path="fourslash.ts" />
////class Foo {
//// constructor(/* /**/) { }
////}
verify.completions({ marker: "", exact: undefined, isNewIdentifierLocation: true });