Skip to content

Commit c30f8df

Browse files
authored
Merge pull request #5225 from practicalswift/sourcekit-102-swift-typechecker-gettypeofrvalue
2 parents 3ca2ed3 + bde20a9 commit c30f8df

File tree

1 file changed

+7
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)