Closed
Description
https://go.dev/cl/455615 simplified our package APIs, but dropped the explicit filtering of intermediate test variants from snapshot.PackageForFile
.
I believe as a result of this change, we may get an intermediate test variant at the call sites where we previously would not. This can cause needless type-checking.
Not yet released, but we must address this before v0.12.0
CC @adonovan