Skip to content

Commit bb63357

Browse files
committed
Merge pull request #587 from practicalswift/sourcekit-024-swift-archetypebuilder-potentialarchetype-getrepresentative
[SourceKit] Add test case for crash triggered in swift::ArchetypeBuilder::PotentialArchetype::getRepresentative()
2 parents 1739071 + f5fefb0 commit bb63357

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)