File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
tests/build_tests/super_errors/expected Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -1267,10 +1267,7 @@ let map_binding ~config ~empty_loc ~pstr_loc ~file_name ~rec_flag binding =
12671267 [(Nolabel , Exp. ident {txt = Lident " props" ; loc})]))
12681268 in
12691269
1270- let wrapper_expr =
1271- Ast_uncurried. uncurried_fun ~loc: wrapper_expr.pexp_loc ~arity: 1
1272- wrapper_expr
1273- in
1270+ let wrapper_expr = Ast_uncurried. uncurried_fun ~arity: 1 wrapper_expr in
12741271
12751272 let internal_expression =
12761273 Exp. let_ Nonrecursive
Original file line number Diff line number Diff line change 11
22 [1;31mWe've found a bug for you![0m
3- [36m/.../fixtures/react_component_with_props.res[0m:[2m4:5 -13:10[0m
3+ [36m/.../fixtures/react_component_with_props.res[0m:[2m3:31 -13:10[0m
44
5+ 1 [2m│[0m module V4C7 = {
56 2 [2m│[0m @react.componentWithProps
6- 3 [2m│[0m let make = React.forwardRef((
7- [1;31m4[0m [2m│[0m [1;31m~className=?,[0m
8- [1;31m5[0m [2m│[0m [1;31m ~children,[0m
7+ [1;31m3[0m [2m│[0m let make = React.forwardRef([1;31m([0m
8+ [1;31m4[0m [2m│[0m [1;31m ~className=?,[0m
99 [2m.[0m [2m│[0m [2m...[0m
1010 [1;31m12[0m [2m│[0m [1;31m children[0m
1111 [1;31m13[0m [2m│[0m [1;31m </div>[0m
You can’t perform that action at this time.
0 commit comments