Skip to content

Commit cf51c9c

Browse files
Merge pull request #5342 from practicalswift/sourcekit-109-swift-constraints-constraintgraph-change-addedtypevariable
[SourceKit] Add test case for crash triggered in swift::constraints::ConstraintGraph::Change::addedTypeVariable(…)
2 parents f8e2925 + 5ae9301 commit cf51c9c

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+
assert(Range.b
4+
v#^A^#

0 commit comments

Comments
 (0)