class Foo { void[10] x; } void main() {} dmd 2.067alpha gives no line number: Error: void does not have a default initializer
*** Issue 13513 has been marked as a duplicate of this issue. ***
https://github.com/D-Programming-Language/dmd/pull/4009
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/bf2c2f1a1047f969ec645133205de6063fb24842 fix Issue 13505 - No line number with void array in class https://github.com/D-Programming-Language/dmd/commit/d477ac7853ef94b386ff2568780e333f991c90c3 Merge pull request #4009 from 9rnsr/fix13505 Issue 13505 - No line number with void array in class
Commits pushed to 2.067 at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/bf2c2f1a1047f969ec645133205de6063fb24842 fix Issue 13505 - No line number with void array in class https://github.com/D-Programming-Language/dmd/commit/d477ac7853ef94b386ff2568780e333f991c90c3 Merge pull request #4009 from 9rnsr/fix13505