• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/**
2 * the ut for parent node has since tag version, and child nodes's version is not less than parent version
3 *
4 * @since 7
5 */
6export class Test {
7  /**
8   * @since 7
9   */
10  name: string;
11  /**
12   * @since 8
13   */
14  age: number;
15}