| 1852 | |
| 1853 | func TestIssue154(t *testing.T) { |
| 1854 | type Data struct { |
| 1855 | Array *[2]any |
| 1856 | Slice *[]any |
| 1857 | Map *map[string]any |
| 1858 | String *string |
| 1859 | } |
| 1860 | |
| 1861 | type Env struct { |
| 1862 | Data *Data |
nothing calls this directly
no outgoing calls
no test coverage detected