Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Sep 13, 2024
1 parent 243fcc9 commit 3743c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/tests/interfaces/interface_generic_test.v
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface IB[T] {
fa()
}

struct Foo[T] implements IA, IB {
struct Foo[T] implements IA, IB[T] {
a int
b T
}
Expand Down

0 comments on commit 3743c72

Please sign in to comment.