| 149 | |
| 150 | t.Run("[]I", func(t *testing.T) { |
| 151 | type I interface { |
| 152 | Get() string |
| 153 | } |
| 154 | |
| 155 | a := []I{&testGoReflectMethod_O{Test: "1"}, &testGoReflectMethod_O{Test: "2"}} |
| 156 |
nothing calls this directly
no outgoing calls
no test coverage detected