| 20867 | } |
| 20868 | |
| 20869 | class parsersStringParser extends abstractConstantParser { |
| 20870 | createParserPool() { |
| 20871 | return new Particle.ParserPool(catchAllMultilineStringConstantParser, undefined, undefined) |
| 20872 | } |
nothing calls this directly
no outgoing calls
no test coverage detected