Skip to content

Commit e6ec687

Browse files
authored
Merge pull request #40879 from slavapestov/regression-test-rdar46714549
2 parents caf2f08 + 5cd1495 commit e6ec687

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// RUN: %target-typecheck-verify-swift
2+
3+
extension Array where Element == String {
4+
typealias InternalTypeAlias = Int
5+
func doSomething<R>(foo: (InternalTypeAlias) -> R) {}
6+
}

0 commit comments

Comments
 (0)