January 23, 2023
https://issues.dlang.org/show_bug.cgi?id=23647

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp@gmx.com
         Resolution|---                         |INVALID

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---
`j` is well a type but it is resolved to nothing. So the parameter is not untyped, it's unamed.

--