mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Teach preCheckExpression() about UnresolvedSpecializeExpr where the base is a TypeExpr. This allows us to type check expressions like '[Outer<T>.Inner<U>]()' by folding them down to a TypeExpr with an array type.