November 12, 2023
https://issues.dlang.org/show_bug.cgi?id=24206

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dmd pull request #15805 "Fix aliasing function type returning *Type* (allowing *TypeSuffixes*)" fixing this issue:

- Fix Issue 24206 - Can't alias a function type that returns a type with a TypeSuffix

  Add isTypeSuffix() function.

https://github.com/dlang/dmd/pull/15805

--
November 13, 2023
https://issues.dlang.org/show_bug.cgi?id=24206

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15805 "Fix aliasing function type returning a Type with TypeSuffixes" was merged into master:

- d372d1f73e9d9fefa871402fb3d412c615fffe66 by Nick Treleaven:
  Fix Issue 24206 - Can't alias a function type that returns a type with a
TypeSuffix

  Add isTypeSuffix() function.

https://github.com/dlang/dmd/pull/15805

--