methoddefinition.js 114 B

12345678910
  1. class Test {
  2. /** Document me. */
  3. run() {
  4. }
  5. /** Static document me. */
  6. static run() {
  7. }
  8. }