TypeScript/tests/cases/fourslash/todoComments11.ts
2014-09-15 13:56:00 -07:00

6 lines
125 B
TypeScript

//// /*
//// [|TODO(jason) 1|]
//// [|HACK 2|]
//// */
verify.todoCommentsInCurrentFile(["TODO(jason)", "HACK"]);