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

          Issue ID: 21863
           Summary: FieldNameTuple returns emptry string for interfaces
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: phobos
          Assignee: [email protected]
          Reporter: [email protected]

interface I {}
pragma(msg, FieldNameTuple!I); // yields tuple("") instead of tuple()

--

Reply via email to