Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
27
new
C4().m =
new
C4().m - 42;
28
29
class
C5 {
30
m() { }
31
get m() {
return
42; }
32
set m(x: number) { }
33
}
34
35
new
C5().m =
new
C5().m - 42;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected