August 01, 2022 [Issue 23280] New: Error: Incompatible types for array comparison: string and string | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23280 Issue ID: 23280 Summary: Error: Incompatible types for array comparison: string and string Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement Priority: P1 Component: visuald Assignee: nobody@puremagic.com Reporter: msnmancini@hotmail.com ```d string path; if(path != "") { } ``` Triggers this error of visuald -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply