"reflect: call of reflect.Value.Set on zero Value" instead of "nil panic" when accessing nil pointer #922
Labels
bug
Bug: something already implemented does not work as it should
needsInvestigation
Need to investigate
This code:
should panic with:
But instead it panics the
reflect
packages:Not sure if this is somehow related to #921.
The text was updated successfully, but these errors were encountered: