Skip to content

Commit 3f94809

Browse files
authored
Merge pull request #16246 from huonw/rdar37730691
2 parents 59bcbb3 + 69d41e7 commit 3f94809

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// RUN: %empty-directory(%t)
2+
// RUN: not %target-swift-frontend -c %s -index-store-path %t
3+
4+
struct X : Z {
5+
func b(_ : Y) {}
6+
}
7+
8+
protocol Z {
9+
associatedtype a
10+
typealias Y = a.c
11+
}

0 commit comments

Comments
 (0)