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 e36fea3 commit da26b32Copy full SHA for da26b32
analysis/tests/src/LongIdentTest.res
@@ -2,3 +2,6 @@ module Map = TableclothMap
2
3
let zz = Map.add
4
// ^hov
5
+// Triggers the processing of `Of(M)._t` and Lident.Apply ends up in the AST
6
+// even though it's not expressible in ReScript syntax.
7
+// This simulates ReScript projects with OCaml dependencies containing ident apply.
0 commit comments