1/** 2 * the ut for method in class, method is promise 3 */ 4export class Test { 5 test(param1: string): Promise<Want>; 6}