[SR-7450] Conditional Conformances: Runtime crash when reference self type. #49993
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
compiler
The Swift compiler itself
conditional conformances
Feature → protocol → conformances: conditional conformances
crash
Bug: A crash, i.e., an abnormal termination of software
run-time crash
Bug → crash: Swift code crashed during execution
Environment
Xcode Version 9.3 (9E145)
Apple Swift version 4.1 (swiftlang-902.0.48 clang-902.0.37.1)
Target: x86_64-apple-darwin17.5.0
Additional Detail from JIRA
md5: 5a9372b126515a64965caf844fecb76b
Issue Description:
1. Make protocol that extends other protocol equivement 2 associatedtypes.
2. Implement 2 protocols at 1 generics type.
3. Reference type in other generics extension function.
Maybe same bug of https://bugs.swift.org/browse/SR-7449
The text was updated successfully, but these errors were encountered: