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

          Issue ID: 13130
           Summary: Syntax check fails when this is used as argument type
           Product: D
           Version: D2
          Hardware: All
                OS: Windows
            Status: NEW
          Severity: minor
          Priority: P1
         Component: VisualD
          Assignee: [email protected]
          Reporter: [email protected]

The following class causes the VisualD syntax checker to highlight the
constructor as syntactically incorrect although it is syntactically correct and
compiles just fine.


class Foo
{
public:
  this(this other)
  {
  }
}

--

Reply via email to