apex-dev-tools / apex-ls

Apex language server library
Other
2 stars 1 forks source link

Add warning on reserved method names #284

Closed kjonescertinia closed 3 months ago

kjonescertinia commented 3 months ago

This adds a warning when using a legal but reserved identifier for a method names. I tidied up the tests a bit so we have a single test class for CST Id validations.