November 17, 2014
https://issues.dlang.org/show_bug.cgi?id=13741

          Issue ID: 13741
           Summary: std.traits.moduleName!Foo gives a compile error for a
                    function with parameters
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: DMD
          Assignee: nobody@puremagic.com
          Reporter: midiway@midi.rs

http://dpaste.dzfl.pl/01e50c2e89bb

plz, check the DPaste link above.

std.traits.moduleName does not work for a symbol of a function which has parameters

--