Files
swift-mirror/test/Generics/function_decls.swift
Slava Pestov 98aee232f6 Sema: Fix 'generic parameter mentioned in signature' check edge case with subscripts
If a generic parameter is same-type-constrained to an outer type
parameter, it doesn't have to appear in the subscript's signature.

- Fixes https://github.com/swiftlang/swift/issues/50917.
2025-12-15 15:27:20 -05:00

4.0 KiB