• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/**
2 * the ut for const in namespace, has initializer but no tag of constant
3 */
4export namespace test {
5  const name: string = '1';
6}