December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=22968

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
July 27, 2023
https://issues.dlang.org/show_bug.cgi?id=22968

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dkorpel@live.nl
         Resolution|---                         |FIXED

--- Comment #1 from Dennis <dkorpel@live.nl> ---
Fixed by https://github.com/dlang/dmd/pull/15430

The error is now:
```
Error: calling non-static function `foo` requires an instance of type `S`
```

--