[Issue 18829] pragma msg of int incoherent

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 11 07:41:43 UTC 2018


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

--- Comment #1 from Oliver Rümpelein <oli_r at fg4f.de> ---
Here is an example, with the problematic line 14 commented out:
https://run.dlang.io/is/xzgt0E

This fails with all primitive types.

I would expect the last line to just print "int", or give a useful error
message that primitive types can not be used there, but it looks more like a
logical error in the parser.

--


More information about the Digitalmars-d-bugs mailing list