Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address IntelliJ warnings in
Interface.scala
(#3816)
This PR addresses all the IntelliJ warnings in `Interface.scala`. In particular, we add type annotations to `Sort.ord` and `Pattern.ord`. This fixes an issue noted by @radumereuta where IntelliJ couldn't properly resolving the implicit `Ordering` instances, causing erroneous compilation errors and blocking use of the debugger. --------- Co-authored-by: rv-jenkins <[email protected]>
- Loading branch information