Skip to content

Commit

Permalink
Check that nested arrays are ok
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Nov 23, 2023
1 parent fba3cec commit 092dd27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/serde_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ func TestReflect(t *testing.T) {
struct{ a, b int }{a: 1, b: 2},
[1][2]int{{1, 2}},

[1][2][3][4]byte{{{{1}}}},

[]any{(*int)(nil)},

funcType(nil),
Expand Down

0 comments on commit 092dd27

Please sign in to comment.