MCPcopy
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

1class C {
2 static f(x:number) { }
3 static x:string;
4}
5
6C.g = function(x:string) { C.f(x); };
7C.g(0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected