Skip to content

Commit 2ffc7ee

Browse files
committed
Merge pull request #623 from practicalswift/sourcekit-037-swift-typechecker-resolvetypeincontext
[SourceKit] Add test case for crash triggered in swift::TypeChecker::resolveTypeInContext(…)
2 parents 3080fb4 + 26a3121 commit 2ffc7ee

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+
// REQUIRES: asserts
3+
A{extension{
4+
class A{func c
5+
var d=c let t{#^A^#

0 commit comments

Comments
 (0)