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

5 lines
54 B
TypeScript
Raw Normal View History

2018-12-08 13:28:29 +03:00
namespace hello.hi.world
{
function foo() {}
}