Skip to content

Commit 8c627ca

Browse files
committed
Merge pull request #687 from practicalswift/re-add-sourcekit-bug-024-as-crash
Re-add SourceKit crash previously marked as fixed
2 parents 9c09684 + 86268ab commit 8c627ca

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+
protocol c{func a:P
3+
protocol P{#^A^#func a:b
4+
typealias b:a

0 commit comments

Comments
 (0)