TypeScript/tests/cases/fourslash/unclosedCommentsInConstructor.ts

8 lines
187 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path="fourslash.ts" />
////class Foo {
//// constructor(/* /**/) { }
2015-03-02 23:41:44 +01:00
////}
verify.completions({ marker: "", exact: undefined, isNewIdentifierLocation: true });