Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prettier/prettier
/ C
Class
C
tests/format/flow/flow-repo/statics/class_statics.js:1–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
C {
2
static f(x:number) { }
3
static x:string;
4
}
5
6
C.g =
function
(x:string) { C.f(x); };
7
C.g(0);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected