[swift2objc] Support typaliases #1775
Labels
good first issue
A good starting issue for contributors (issues with this label will appear in /contribute)
package:swift2objc
For example,
TimeInterval
is an alias forDouble
.Atm we get an error because the symbolgraph parser can't find that symbol.
The text was updated successfully, but these errors were encountered: