Skip to content

Commit

Permalink
IMPROVE: issue ocaml#1109
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed May 28, 2020
1 parent 5f64fa9 commit 9e7604f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/test-dirs/type-enclosing/recovery/issue1109_from_406.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
(enabled_if (>= %{ocaml_version} 4.06.0))

FIXME: expected 'a -> 'a
FIXBY: PR 1108 (almost: 'a -> 'b)

$ $MERLIN single type-enclosing -position 5:11 -verbosity 0 \
> -filename ./issue1109.ml < ./issue1109.ml | jq ".value[0:2]"
Expand All @@ -15,7 +14,7 @@ FIXBY: PR 1108 (almost: 'a -> 'b)
"line": 5,
"col": 14
},
"type": "type unit = ()",
"type": "'a -> 'b",
"tail": "no"
},
{
Expand All @@ -25,9 +24,9 @@ FIXBY: PR 1108 (almost: 'a -> 'b)
},
"end": {
"line": 5,
"col": 14
"col": 16
},
"type": "'a -> 'b",
"type": "'a",
"tail": "no"
}
]

0 comments on commit 9e7604f

Please sign in to comment.