Test case: ------------------------------ struct K7427 { this(this) {} } struct S7427 { K7427 x; void opAssign()(int y) {} } ------------------------------ Compile with 'dmd -c test7427.d' gives: test7427.d(7): Error: function test7427.S7427.opAssign conflicts with template test7427.S7427.opAssign() at test7427.d(9)
*** This issue has been marked as a duplicate of issue 4424 ***