CodeQL library for Swift
codeql/swift-all 6.2.3 (changelog, source)
Search

Member predicate Impl::TypeAliasType::getAliasedType

Gets the aliased type of this type alias type.

For example the aliased type of MyInt in the following code is Int:

typealias MyInt = Int
Type getAliasedType()