class Ajanuw {
  constructor() {
    console.log("hello ajanuw");
  }
}

// @ts-ignore: Unreachable code error
const a = Ajanuw();

相关文章:

  • 2022-02-06
  • 2022-01-19
  • 2022-01-04
  • 2022-12-23
  • 2021-05-29
  • 2022-12-23
  • 2021-04-05
  • 2021-07-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-03-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案