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 47ebe5e commit fc2f6e5Copy full SHA for fc2f6e5
tests/test-dirs/type-enclosing/issue1226.t
@@ -0,0 +1,39 @@
1
+FIXME
2
+
3
+ $ $MERLIN single type-enclosing -position 5:9 -filename test.ml <<EOF
4
+ > module Foo = struct
5
+ > let bar = 42
6
+ > end
7
+ > type t = Foo of int
8
+ > let a = Foo 3
9
+ > EOF
10
+ {
11
+ "class": "return",
12
+ "value": [
13
14
+ "start": {
15
+ "line": 5,
16
+ "col": 8
17
+ },
18
+ "end": {
19
20
+ "col": 11
21
22
+ "type": "sig val bar : int end",
23
+ "tail": "no"
24
25
26
27
28
29
30
31
32
+ "col": 13
33
34
+ "type": "t",
35
36
+ }
37
+ ],
38
+ "notifications": []
39
0 commit comments