TypeScript/tests/cases/fourslash/todoComments11.ts
2014-07-12 17:30:19 -07:00

6 lines
No EOL
134 B
TypeScript

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