Skip to content

Commit

Permalink
Merge branch 'lal-refactor_issue_29' into 'master'
Browse files Browse the repository at this point in the history
Allow Handled_Stmt to not have associated Declarative_Part

See merge request eng/ide/libadalang-tools!258
  • Loading branch information
joaopsazevedo committed Oct 28, 2024
2 parents f4c6c5a + fc6ddf6 commit 4bad1c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/laltools-common.adb
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,9 @@ package body Laltools.Common is
return Get_Declarative_Part_From_Owner (Node);

else
raise Assertion_Error;
-- Cases as a Begin_Block

return No_Declarative_Part;
end if;
end Get_Declarative_Part;

Expand Down

0 comments on commit 4bad1c3

Please sign in to comment.