• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/**
2 * the ut for method in interface, which doesn't have params, but has return value
3 */
4export interface Test {
5  test(): number;
6}