https://issues.dlang.org/show_bug.cgi?id=18829
--- Comment #1 from Oliver Rümpelein <[email protected]> --- 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. --
