https://issues.dlang.org/show_bug.cgi?id=18035

RazvanN <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |WORKSFORME

--- Comment #1 from RazvanN <[email protected]> ---
Today `super` is no longer usable in static contexts, therefore you get errors
that `super.fun` is undefined.

Using `typeof(super).fun` makes the code compile. Arguably, the error could be
improved.

--

Reply via email to