We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea13b51 commit 3d65ea9Copy full SHA for 3d65ea9
analysis/tests/src/Hover.res
@@ -122,5 +122,5 @@ let arity0a = (. ()) => {
122
let arity0b = (. (), . ()) => 3
123
// ^hov
124
125
-let arity0c = (. (), . ()) => [3]
+let arity0c = (. (), ()) => 3
126
analysis/tests/src/expected/Hover.res.txt
@@ -77,5 +77,5 @@ Hover tests/src/Hover.res 121:4
77
{"contents": "```rescript\n(.) => (.) => int\n```"}
78
79
Hover tests/src/Hover.res 124:4
80
-{"contents": "```rescript\n(.) => (.) => array<int>\n```"}
+{"contents": "```rescript\n(. unit, unit) => int\n```"}
81
0 commit comments