Skip to content

Commit

Permalink
Remove support for typing expr which are types and not expr
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Mar 30, 2020
1 parent 527f4a7 commit 766423a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-dirs/type-expr/test.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
$ $MERLIN single type-expression -expression "t" -position end -filename test.ml < test.ml
{
"class": "return",
"value": "type t = T",
"value": "Unbound value t",
"notifications": []
}

Expand Down

0 comments on commit 766423a

Please sign in to comment.