Commits
Dmitri Hrybenko committed 536723eca40
Code completion: implement delayed parsing of all (?) declarations
This allows us to show generic parameters in:
struct S<T> {
func f(a: #^A^#
}
And show the type Z in:
struct S {
func f(a: #^A^#
typealias Z = Int
}
Swift SVN r7216