mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
We can't unconditionally skip the conformance check if the type contains type parameters; instead, we only want to skip it in the structural resolution stage. In interface resolution stage, we proceed by mapping the type into the generic environment first.