comments.js 89 B

123456
  1. class Something {
  2. @Annotateme()
  3. // comment
  4. static property: Array<string>;
  5. }