visuald icon indicating copy to clipboard operation
visuald copied to clipboard

Error: Incompatible types for array comparison: string and string

Open dlangBugzillaToGithub opened this issue 1 year ago • 2 comments

msnmancini reported this on 2022-08-01T23:27:44Z

Transfered from https://issues.dlang.org/show_bug.cgi?id=23280

CC List

  • r.sagitario

Description

string path;
if(path != "")
{
}

Triggers this error of visuald

dlangBugzillaToGithub avatar Aug 01 '22 23:08 dlangBugzillaToGithub