Remove const from reserved keywords (remnant) (#626)

This commit is contained in:
Philip K.F. Hölzenspies
2024-08-14 14:48:49 +01:00
committed by GitHub
parent bbdc45656c
commit e21db76efe

View File

@@ -251,5 +251,4 @@ reservedKeyword
| 'case'
| 'switch'
| 'vararg'
| 'const'
;