Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Oct 6, 2024
1 parent 550d7b9 commit dbdd9cb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions vlib/v/checker/tests/generics_field_struct_arr_err.out
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vlib/v/checker/tests/generics_field_struct_arr_err.vv:20:6: error: `Callback` type is generic sumtype, must specify the generic type names, e.g. Callback[T], Callback[int]
18 | v T
19 | prev T
20 | cb2 []Callback
| ~~~~~~~~~~
21 | a int
22 | }
vlib/v/checker/tests/generics_field_struct_arr_err.vv:22:7: error: `Callback` type is generic sumtype, must specify the generic type names, e.g. Callback[T], Callback[int]
20 | v T
21 | prev T
22 | cb2 []Callback
| ~~~~~~~~~~
23 | a int
24 | }

0 comments on commit dbdd9cb

Please sign in to comment.