Skip to content

Commit 2517e58

Browse files
committed
Merge pull request #598 from practicalswift/sourcekit-034-swift-specializedprotocolconformance-gettypewitnesssubstanddecl
[SourceKit] Add test case for crash triggered in swift::SpecializedProtocolConformance::getTypeWitnessSubstAndDecl(…)
2 parents fd64b03 + 979c466 commit 2517e58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// RUN: not --crash %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
2+
struct A<c{class a<A{enum S:CollectionType
3+
#^A^#

0 commit comments

Comments
 (0)