TypeScript/tests/cases/compiler/commentInNamespaceDeclarationWithIdentifierPathName.ts

6 lines
77 B
TypeScript

namespace hello.hi.world
{
function foo() {}
// TODO, blah
}