()
| 23088 | // |
| 23089 | // @api |
| 23090 | function createSuper() { |
| 23091 | return createToken(106 /* SyntaxKind.SuperKeyword */); |
| 23092 | } |
| 23093 | // @api |
| 23094 | function createThis() { |
| 23095 | return createToken(108 /* SyntaxKind.ThisKeyword */); |
nothing calls this directly
no test coverage detected