We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddfec14 commit 0a5baf9Copy full SHA for 0a5baf9
source/ada/lsp-ada_highlighters.adb
@@ -746,7 +746,7 @@ package body LSP.Ada_Highlighters is
746
Name : constant Libadalang.Analysis.Defining_Name :=
747
Node.As_Basic_Decl.P_Defining_Name;
748
begin
749
- return (not Name.Is_Null) and then Name.P_Is_Ghost_Code;
+ return not Name.Is_Null and then Name.P_Is_Ghost_Code;
750
end;
751
when Libadalang.Common.Ada_Aspect_Spec =>
752
-- Mark all aspects as a ghost code, because most of aspects
0 commit comments