Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix panic when comparing enum dict key in diff states
Currently, dict key comparison uses nil *interpreter.Interpreter. This causes a panic if dict key is enum type and interpreter is needed to retrieve type info for comparison. This commit passes non-nil Interpreter for dict key comparisons.
- Loading branch information