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

6 lines
111 B
TypeScript

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