| | | |------------------|-----------------| |Previous ID | SR-6232 | |Radar | rdar://problem/35730965 | |Original Reporter | @slavapestov | |Type | Bug | <details> <summary>Additional Detail from JIRA</summary> | | | |------------------|-----------------| |Votes | 0 | |Component/s | Compiler | |Labels | Bug | |Assignee | @DougGregor | |Priority | Medium | md5: aeb9a0d8418dfab5ba0e77147f17e8f0 </details> **Issue Description:** ``` none extension Collection { typealias XXX = Int } func foo<X : Collection>(_: X.XXX, _: X) {} ```