mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
In a few corner cases we built DeclRefExpr and MemberRefExpr for references to types. These should just be TypeExpr so that SILGen doesn't have to deal with it. This also fixes a bug where a protocol typealias with an unbound generic type could not be accessed properly from expression context, but that is just so incredibly obscure.
100 KiB
100 KiB