gedaiu / fluent-asserts

DLang fluent assertions done right
http://fluentasserts.szabobogdan.com/
MIT License
43 stars 6 forks source link

compare immutable with mutable values #36

Closed gedaiu closed 6 years ago

gedaiu commented 6 years ago

fluent-asserts/core/fluentasserts/core/array.d(20,26): Error: cannot implicitly convert expression reference of type string[] to immutable(string)[]

linkrope commented 6 years ago

Same issue with const and the other way around:

fluent-asserts/core/fluentasserts/core/array.d(20): Error: cannot implicitly convert expression reference of type const(string)[] to string[]