https://issues.dlang.org/show_bug.cgi?id=20757

          Issue ID: 20757
           Summary: checkaction=context prints characters as integers
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P1
         Component: druntime
          Assignee: [email protected]
          Reporter: [email protected]

====================================

void main()
{
    assert('A' == 'B');
}


====================================

Compiling & running this snippet with -checkaction=context yields

[email protected](3): 65 != 66

--

Reply via email to