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 9edacce commit 0b0c370Copy full SHA for 0b0c370
tests/test-dirs/type-enclosing/types.t/run.t
@@ -113,7 +113,7 @@ FIXME: A type with a type param shouldn't equal itself - aliasing a list type
113
}
114
]
115
116
-Print inferred kind of a type with higher verbosity
+Same result regardless of verbosity:
117
118
$ $MERLIN single type-enclosing -short-paths -position 11:9 -verbosity 1 \
119
> -filename ./types.ml < ./types.ml | jq ".value"
@@ -127,7 +127,7 @@ Print inferred kind of a type with higher verbosity
127
"line": 11,
128
"col": 19
129
},
130
- "type": "type 'a l : immutable_data = 'a l",
+ "type": "type 'a l = 'a l",
131
"tail": "no"
132
133
0 commit comments