mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 05:30:13 +03:00
5 lines
No EOL
258 B
Text
5 lines
No EOL
258 B
Text
Improve type determination for array literals
|
|
|
|
There were some cases where DMD wasn't able to determine the common type for
|
|
array literal elements. Mismatched enums and literals containing only mutable
|
|
and immutable elements should now be correctly inferred. |