class Ajanuw {
constructor() {
console.log("hello ajanuw");
}
}
// @ts-ignore: Unreachable code error
const a = Ajanuw();
相关文章:
class Ajanuw {
constructor() {
console.log("hello ajanuw");
}
}
// @ts-ignore: Unreachable code error
const a = Ajanuw();
相关文章: