1/** 2 * the ut for property in class, the property is readonly(use readonly) 3 */ 4export class test { 5 readonly name: string 6}