Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prettier/prettier
/ C4
Class
C4
tests/format/flow/flow-repo/duplicate_methods/test.js:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
new
C3().m();
21
22
class
C4 {
23
get m() {
return
42; }
24
set m(x: number) { }
25
}
26
27
new
C4().m =
new
C4().m - 42;
28
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected