mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
In order to put constraints on opaque types in function returns, we want to
support naming them like 'func f() -> <T> T { }'. This commit parses that
syntax into the new `OpaqueReturnParameteriedTypeRepr`. This is hidden behind
the new flag --enable-experimental-opaque-return-types.
80 KiB
80 KiB