Files
swift-mirror/test/decl/protocol/override_generic.swift
Slava Pestov 38d188b6b9 Sema: Bake in the old broken behavior for protocol overrides
To avoid breaking the ABI of the standard library and possibly other
modules, we can't actually enable the new accurate logic for checking
protocol requirement overrides after all.

Just skip the check if the protocol requirement is generic to get
back the old behavior.
2022-03-02 15:46:58 -05:00

2.1 KiB