MCPcopy
hub / github.com/prettier/prettier / C1

Class C1

tests/format/flow/flow-repo/duplicate_methods/test.js:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class C1 {
2 m() { }
3 m() { }
4}
5
6new C1().m();
7

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected