mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
In an extension of a nested type, the extended type must be fully qualified. Also clean up the diagnostic logic a little bit and centralize it in diagnoseUnknownType(). Fixes <https://bugs.swift.org/browse/SR-4379>.