prettier/tests/typescript/compiler/commentInNamespaceDeclarati...

5 lines
58 B
TypeScript
Raw Normal View History

namespace hello.hi.world
{
function foo() {}
}