MCPcopy
hub / github.com/ternjs/tern / C

Class C

test/cases/docstrings.js:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91o.bar //doc: A string property
92
93class C {
94 // The method
95 method() { return 10 }
96 // The something
97 get something() { return 20 }
98}
99
100var c = new C
101

Callers 1

polyfill.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected