class 洋奴 {
说洋话() {
// speak("洋话")
}
}
class 读洋书的人 {
主张: string
constructor() {
this.主张 = "读洋书"
}
}
const 你 = new 读洋书的人() as any as 洋奴
说洋话() {
// speak("洋话")
}
}
class 读洋书的人 {
主张: string
constructor() {
this.主张 = "读洋书"
}
}
const 你 = new 读洋书的人() as any as 洋奴