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 ebe3abd commit ab6f404Copy full SHA for ab6f404
tests/test-dirs/signature-help/issue_fun_name.t
@@ -0,0 +1,33 @@
1
+FIXME: Signature help should not appear on the name of the function (here on `map`):
2
+ $ cat > test.ml <<'EOF'
3
+ > let v = List.map Fun.id
4
+ > EOF
5
+
6
+ $ $MERLIN single signature-help -position 1:15 -filename test < test.ml
7
+ {
8
+ "class": "return",
9
+ "value": {
10
+ "signatures": [
11
12
+ "label": "List.map : ('_weak1 -> '_weak1) -> '_weak1 list -> '_weak1 list",
13
+ "parameters": [
14
15
+ "label": [
16
+ 11,
17
+ 31
18
+ ]
19
+ },
20
21
22
+ 35,
23
+ 47
24
25
+ }
26
27
28
+ ],
29
+ "activeParameter": 0,
30
+ "activeSignature": 0
31
32
+ "notifications": []
33
0 commit comments