Files
swift-mirror/lib/Sema/CSSimplify.cpp
Pavel Yaskevich 12776182f0 [CSSimplify] Allow referencing typealias declarations via leading-dot syntax in generic context
Previously only static methods found on protocols were allowed but
it is reasonable to reference a typealias to perform an implicit call
to `.init` on its underlying type.

Resolves: rdar://88513939
2022-07-15 17:05:09 -07:00

524 KiB