()
| 19102 | return `Delete atom "${this.atom.getAtom()}" at atom ${this.atomIndex}` |
| 19103 | } |
| 19104 | applySuggestion() { |
| 19105 | return this.getParticle().deleteAtomAt(this.atomIndex) |
| 19106 | } |
| 19107 | } |
| 19108 | class MissingAtomError extends AbstractAtomError { |
| 19109 | // todo: autocomplete suggestion |
nothing calls this directly
no test coverage detected