Skip to content

Commit

Permalink
Added link to issue 12511
Browse files Browse the repository at this point in the history
  • Loading branch information
JinShil committed Jan 28, 2018
1 parent 0278c51 commit 1928320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dmd/mtype.d
Expand Up @@ -8449,6 +8449,7 @@ extern (C++) final class TypeClass : Type

// If static function, get the most visible overload.
// Later on the call is checked for correctness.
// https://issues.dlang.org/show_bug.cgi?id=12511
if (auto fd = d.isFuncDeclaration())
{
import dmd.access : mostVisibleOverload;
Expand Down

0 comments on commit 1928320

Please sign in to comment.