| 18733 | } |
| 18734 | ParsersBitAtom.defaultPaint = "constant.numeric" |
| 18735 | class ParsersNumberAtom extends AbstractParsersBackedAtom {} |
| 18736 | class ParsersIntegerAtom extends ParsersNumberAtom { |
| 18737 | _isValid() { |
| 18738 | const atom = this.getAtom() |
nothing calls this directly
no outgoing calls
no test coverage detected