• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/**
2 * the ut for property in class, the property is readonly(use const to identify)
3 */
4export class test {
5  const name: string
6}