Skip to content

Commit 62d8dde

Browse files
committed
Merge pull request #771 from practicalswift/sourcekit-060-swift-constructordecl-getresulttype
[SourceKit 🎄] Add test case for crash triggered in swift::ConstructorDecl::getResultType()
2 parents 259fb78 + a238922 commit 62d8dde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// RUN: not --crash %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
2+
typealias f=B{func a{f#^A^#}}struct B{let d

0 commit comments

Comments
 (0)