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 beae778 commit 855bcd0Copy full SHA for 855bcd0
source/gpr/lsp-gpr_files.ads
@@ -47,6 +47,8 @@ with LSP.Tracers;
47
48
package LSP.GPR_Files is
49
50
+ use GPR2; -- temporary workaround of a coverage instrumentation problem
51
+
52
type File (Tracer : not null LSP.Tracers.Tracer_Access) is
53
tagged limited private;
54
-- A parsed GPR file.
@@ -215,8 +217,6 @@ package LSP.GPR_Files is
215
217
216
218
private
219
- use GPR2;
-
220
type Source_Position is record
221
Line : Integer;
222
Column : Integer;
0 commit comments