Skip to content

Commit 37cac6b

Browse files
authored
Merge pull request #5198 from practicalswift/sourcekit-099-swift-genericenvironment-maptypeintocontext
2 parents eb8bea9 + b54a673 commit 37cac6b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// RUN: not --crash %target-swift-ide-test -code-completion -code-completion-token=A -source-filename=%s
2+
// REQUIRES: asserts
3+
a{
4+
protocol e{
5+
typealias e
6+
extension{
7+
let b{let a={
8+
#^A^#func f:e

0 commit comments

Comments
 (0)