Skip to content

Commit 6e62b9a

Browse files
committed
Merge pull request #617 from practicalswift/sourcekit-036-swift-constraints-constraintsystem-matchdeepequalitytypes
[SourceKit] Add test case for crash triggered in swift::constraints::ConstraintSystem::matchDeepEqualityTypes(…)
2 parents eb9cc29 + 0b586de commit 6e62b9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// RUN: not --crash %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
2+
// REQUIRES: asserts
3+
extension{enum B{enum B{enum S{func c
4+
let t=c{#^A^#

0 commit comments

Comments
 (0)