mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[ASTWalker/index] Walk into the trailing where clause on extension decls so we don't miss the type references there.
This commit is contained in:
@@ -1039,7 +1039,7 @@ func genfoo<T1, T2>(x ix: T1, y iy: T2) where T1 : Prot, T2 : cake.C1, T1.Elemen
|
||||
key.length: 4
|
||||
},
|
||||
{
|
||||
key.kind: source.lang.swift.syntaxtype.identifier,
|
||||
key.kind: source.lang.swift.syntaxtype.typeidentifier,
|
||||
key.offset: 1207,
|
||||
key.length: 7
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user