MCPcopy
hub / github.com/prettier/prettier / C5

Class C5

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

Source from the content-addressed store, hash-verified

27new C4().m = new C4().m - 42;
28
29class C5 {
30 m() { }
31 get m() { return 42; }
32 set m(x: number) { }
33}
34
35new C5().m = new C5().m - 42;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected