forked from onflow/flow-go
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters