Skip to content

Commit ade62cb

Browse files
authored
Merge pull request #3708 from practicalswift/sourcekit-080-swift-valuedecl-getinterfacetype
[SourceKit] Add test case for crash triggered in swift::ValueDecl::getInterfaceType()
2 parents 1ec236b + 5b117c2 commit ade62cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
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+
// REQUIRES: asserts
3+
let a{protocol e{let t={func b(e=#^A^#

0 commit comments

Comments
 (0)