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