• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/**
2 * the ut for method in class, method is callback
3 */
4export class Test {
5  test(param1: string, callback: AsyncCallback<Want>): void;
6}