1/** 2 * the ut for method in namespace, which doesn't have params and return value 3 */ 4export namespace test { 5 function testFunction(): number 6}