Skip to content

Commit aa951aa

Browse files
committed
Merge pull request #661 from practicalswift/sourcekit-044-swift-dependentgenerictyperesolver-resolveselfassociatedtype
[SourceKit] Add test case for crash triggered in swift::DependentGenericTypeResolver::resolveSelfAssociatedType(…)
2 parents 68d6f4b + f0dba29 commit aa951aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// RUN: not --crash %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
2+
protocol A{protocol A{
3+
typealias e:a
4+
func a<T:e
5+
enum b{func a{#^A^#

0 commit comments

Comments
 (0)