TypeScript/tests/cases/fourslash/todoComments9.ts

6 lines
117 B
TypeScript
Raw Normal View History

2014-08-15 23:47:10 +02:00
//// /*
//// [|TODO HACK|]
//// [|HACK TODO|]
//// */
2014-09-13 02:25:00 +02:00
2014-08-15 23:47:10 +02:00
verify.todoCommentsInCurrentFile(["TODO", "HACK"]);