()
| 51 | } |
| 52 | |
| 53 | get extendedClassProjectName() { |
| 54 | return this.projectNameFromClassName(this['extends']); |
| 55 | } |
| 56 | |
| 57 | get usedClassProjectName() { |
| 58 | return this.projectNameFromClassName(this.uses); |
nothing calls this directly
no test coverage detected