Skip to content

Commit 86268ab

Browse files
Re-added case marked as crashed.
Reliably crashes swift-ide-test compiled from current master. See discussion in #607 and previously #587.
1 parent c7fe4c3 commit 86268ab

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)