1/** 2 * the ut for property in namespace, the property has permission, 3 * and permission value is null 4 */ 5export namespace test { 6 /** 7 * @permission 8 */ 9 const name: string 10}