Skip to content

Commit e455cda

Browse files
committed
Update References.ml
1 parent 5ed5b8a commit e455cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

analysis/src/References.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ let getLocItem ~full ~pos ~debug =
6666
]
6767
(* For older compiler 9.0 or earlier *)
6868
when li1.loc = li2.loc && li2.loc = li3.loc ->
69-
(* Not currently testable *)
69+
(* Not currently testable on 9.1.4 *)
7070
log 6
7171
"heuristic for JSX and compiler combined:\n\
7272
~x becomes Js_OO.unsafe_downgrade(Props)#x\n\
@@ -84,7 +84,7 @@ let getLocItem ~full ~pos ~debug =
8484
heuristic for: [Props, arg], give loc of `arg`";
8585
Some li2
8686
| [li1; li2; li3] when li1.loc = li2.loc && li2.loc = li3.loc ->
87-
(* Not currently testable *)
87+
(* Not currently testable on 9.1.4 *)
8888
log 8
8989
"heuristic for JSX with at most one child\n\
9090
heuristic for: [makeProps, make, createElement], give the loc of `make` ";

0 commit comments

Comments
 (0)