Skip to content

Commit b4788a4

Browse files
committed
fix conflict
1 parent c5b5e80 commit b4788a4

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

analysis/tests/src/References.res

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ let c = x
99

1010
let foo = (~xx) => xx + 1
1111
// ^ref
12-
<<<<<<< HEAD
1312

1413
module M: {
1514
let aa: int
@@ -21,18 +20,5 @@ let bb = M.aa
2120
let cc = bb
2221
let dd = M.aa
2322
// ^ref
24-
let _ = <ComponentInner/>
25-
||||||| a61cc75
26-
=======
27-
28-
module M: {
29-
let aa: int
30-
} = {
31-
let aa = 10
32-
}
3323

34-
let bb = M.aa
35-
let cc = bb
36-
let dd = M.aa
37-
// ^ref
38-
>>>>>>> master
24+
let _ = <ComponentInner/>

0 commit comments

Comments
 (0)