1/** 2 * the ut for method in class, which has params and return value 3 */ 4export class Test { 5 test(param1: string): number; 6}