We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c213744 commit 80f0a25Copy full SHA for 80f0a25
testsuite/tests/typing-misc/pr6939-no-flat-float-array.ml
@@ -18,7 +18,7 @@ let rec x = let u = [|y|] in 10. and y = 1.;;
18
Line 1, characters 16-17:
19
1 | let rec x = let u = [|y|] in 10. and y = 1.;;
20
^
21
-Warning 26 [unused-var]: unused variable u.
+Warning 26 [unused-var]: unused variable "u".
22
23
val x : float = 10.
24
val y : float = 1.
0 commit comments