File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
testsuite/ada_lsp/completion.duplicates Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,11 @@ package LSP.Generic_Vectors is
31
31
32
32
type Vector is new Element_Vectors.Vector with null record ;
33
33
34
+ overriding function "=" (Left, Right : Vector) return Boolean is
35
+ (Element_Vectors." ="
36
+ (Element_Vectors.Vector (Left),
37
+ Element_Vectors.Vector (Right)));
38
+
34
39
procedure Read_Vector
35
40
(S : access Ada.Streams.Root_Stream_Type'Class;
36
41
V : out Vector);
Original file line number Diff line number Diff line change 115
115
" als-other-file" ,
116
116
" als-named-parameters" ,
117
117
" als-refactor-imports" ,
118
+ " als-refactor-add-parameters" ,
118
119
" als-refactor-remove-parameters" ,
119
120
" als-refactor-move-parameter" ,
120
121
" als-refactor-change-parameter-mode" ,
You can’t perform that action at this time.
0 commit comments