Skip to content

Commit 765ddb0

Browse files
authored
Merge pull request #3713 from practicalswift/sourcekit-082-swift-typebase-gatherallsubstitutions
2 parents db94636 + dc12333 commit 765ddb0

File tree

1 file changed

+5
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)