www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 20080] New: [2.087.0] Function overloads defined in mixin not

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

          Issue ID: 20080
           Summary: [2.087.0] Function overloads defined in mixin not
                    callable
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: gooberman gmail.com

Created attachment 1758
  --> https://issues.dlang.org/attachment.cgi?id=1758&action=edit
Code example

This is one of two issues that I believe have been harassing me all day, night,
and early morning with mixins.

Declare a function in an object. Mixin an overload. Try to call it. Compiler
error.

--
Jul 23 2019