You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is to track parsing of nested types (types gotten from nested structures or classes). The major instances that this issue needs to cover consist of:
Nested types from the Self identifier (e.g when referencing an associatedType for a protocol via the symbol JSON, or in other cases)
Basic nested structures like: String.LocalizationValue, Double.SIMD2Storage, String.UTF8View, etc.
The text was updated successfully, but these errors were encountered:
This issue is to track parsing of nested types (types gotten from nested structures or classes). The major instances that this issue needs to cover consist of:
Self
identifier (e.g when referencing an associatedType for a protocol via the symbol JSON, or in other cases)String.LocalizationValue
,Double.SIMD2Storage
,String.UTF8View
, etc.The text was updated successfully, but these errors were encountered: