Skip to content

Commit 9381b20

Browse files
committed
Merge pull request #686 from practicalswift/sil-012-swift-dependentgenerictyperesolver-resolveselfassociatedtype
[SIL] Add test case for crash triggered in swift::DependentGenericTypeResolver::resolveSelfAssociatedType(…)
2 parents ae96a2a + e48323c commit 9381b20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// RUN: not --crash %target-sil-opt %s
2+
protocol O{func f(<u,a{},a.i

0 commit comments

Comments
 (0)