AdaCore / ada_language_server

Server implementing the Microsoft Language Protocol for Ada and SPARK
GNU General Public License v3.0
228 stars 54 forks source link

V511-027: Fix snippet for DottedName with Keywords #1037

Closed AdrienBoulanger closed 2 years ago

AdrienBoulanger commented 2 years ago

Add extra error recovery to detect dotted names even when having Obj.XXX and XXX a keyword (for exemple Obj.Loop or Obj.Do)

Add a test.