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

Class

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

Source from the content-addressed store, hash-verified

1/// 类 :继承和成员修饰符
2class Dog {
3 constructor(name: string) {
4 this.name = name
5 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected