MCPcopy Create free account
hub / github.com/SincereCSL/Playgrounds /

Class

TypeScript/StudyTypeScript/src/class_01.ts:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53// dog3.pri() // 不能被类的实例调用
54
55class TestDog3 extends Dog3 {
56 constructor(name: string, color: string){
57 super(name)
58 this.color = color

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected