1/**
2 * the ut for property in class, the property has permission,
3 * and permission value includes two permissions
4 */
5export class test {
6 /**
7 * @permission ohos.permission.GET_SENSITIVE_PERMISSIONS or ohos.permission.GRANT_SENSITIVE_PERMISSIONS
8 */
9 name: string
10}