()
| 517 | |
| 518 | class CoffeeTreema extends CodeTreema { |
| 519 | constructor () { |
| 520 | super(...arguments) |
| 521 | this.workingSchema.aceMode = 'ace/mode/coffee' |
| 522 | this.workingSchema.aceTabSize = 2 |
| 523 | } |
| 524 | } |
| 525 | |
| 526 | class JavaScriptTreema extends CodeTreema { |
nothing calls this directly
no outgoing calls
no test coverage detected