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

          Issue ID: 19169
           Summary: [betterC] bogus TypeInfo error for `enum string[] a =
                    ["a"]; auto aa = a;`
           Product: D
           Version: D2
          Hardware: x86
                OS: Mac OS X
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nob...@puremagic.com
          Reporter: iamthewilsona...@hotmail.com

extern(C) void main() {
    enum string[] a = ["a"];
    auto aa = a;
}

> onlineapp.d(3): Error: TypeInfo cannot be used with -betterC

--

Reply via email to