MCPcopy
hub / github.com/prettier/prettier / C3

Class C3

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

Source from the content-addressed store, hash-verified

13new C2().m();
14
15class C3 {
16 set m(x) { }
17 m() { }
18}
19
20new C3().m();
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected