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 c5b5e80 commit b4788a4Copy full SHA for b4788a4
analysis/tests/src/References.res
@@ -9,7 +9,6 @@ let c = x
9
10
let foo = (~xx) => xx + 1
11
// ^ref
12
-<<<<<<< HEAD
13
14
module M: {
15
let aa: int
@@ -21,18 +20,5 @@ let bb = M.aa
21
20
let cc = bb
22
let dd = M.aa
23
24
-let _ = <ComponentInner/>
25
-||||||| a61cc75
26
-=======
27
-
28
-module M: {
29
- let aa: int
30
-} = {
31
- let aa = 10
32
-}
33
34
-let bb = M.aa
35
-let cc = bb
36
-let dd = M.aa
37
-// ^ref
38
->>>>>>> master
+let _ = <ComponentInner/>
0 commit comments