()
| 32491 | && canFollowModifier(); |
| 32492 | } |
| 32493 | function nextTokenCanFollowExportModifier() { |
| 32494 | nextToken(); |
| 32495 | return canFollowExportModifier(); |
| 32496 | } |
| 32497 | function parseAnyContextualModifier() { |
| 32498 | return ts.isModifierKind(token()) && tryParse(nextTokenCanFollowModifier); |
| 32499 | } |
nothing calls this directly
no test coverage detected