Skip to content

Commit 9eef2fb

Browse files
committed
Merge pull request #607 from practicalswift/add-ide-crash-024-as-fixed
Add crash case (see #587) for fixed bug to crashers_fixed/
2 parents 3bc99c7 + 1875e57 commit 9eef2fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// RUN: not %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)