Skip to content

Commit bc10b7b

Browse files
committed
Merge pull request #565 from practicalswift/sourcekit-011-swift-lookupvisibledecls
[SourceKit] Add test case for crash triggered in swift::lookupVisibleDecls(swift::VisibleDeclConsumer&, swift::DeclContext const*, swift::LazyResolver*, bool, swift::SourceLoc)
2 parents 41fe791 + a14f42a commit bc10b7b

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+
enum S<T where g:A{struct T enum S:#^A^#

0 commit comments

Comments
 (0)