File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,11 @@ and class_type_path : Env.t -> Paths.Path.ClassType.t -> Paths.Path.ClassType.t
74
74
| Ok p' -> `Resolved Lang_of. (Path. resolved_class_type (empty () ) p')
75
75
| Error _ -> p)
76
76
77
+ let () =
78
+ (* Until those are used *)
79
+ ignore value_path;
80
+ ignore constructor_path
81
+
77
82
let rec unit env t =
78
83
let open Compilation_unit in
79
84
let source_info =
Original file line number Diff line number Diff line change @@ -190,6 +190,11 @@ let constructor_path :
190
190
Errors. report ~what: (`Constructor_path cp) ~tools_error: e `Lookup ;
191
191
p)
192
192
193
+ let () =
194
+ (* Until those are used *)
195
+ ignore value_path;
196
+ ignore constructor_path
197
+
193
198
let class_type_path : Env. t -> Paths.Path.ClassType. t -> Paths.Path.ClassType. t
194
199
=
195
200
fun env p ->
You can’t perform that action at this time.
0 commit comments