| 19393 | } |
| 19394 | } |
| 19395 | class ParsersParserConstantInt extends AbstractParserConstantParser {} |
| 19396 | class ParsersParserConstantString extends AbstractParserConstantParser { |
| 19397 | get constantValueAsJsText() { |
| 19398 | return "`" + Utils.escapeBackTicks(this.constantValue) + "`" |
nothing calls this directly
no outgoing calls
no test coverage detected