Skip to content

Commit 1875e57

Browse files
Add crash case (see #587) for fixed bug to crashers_fixed/
1 parent be3cec7 commit 1875e57

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)