Bug 14753 – pragma(inline) hides the alias "string"
Status
RESOLVED
Resolution
FIXED
Severity
blocker
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-07-01T01:11:00Z
Last change time
2017-07-22T12:35:48Z
Keywords
pull, rejects-valid
Assigned to
nobody
Creator
jiki
Comments
Comment #0 by jiki — 2015-07-01T01:11:36Z
D2.068 is adding new pragma(inline).
But this code does not work with D2.068-b1.
pragma(inline)
void test(string) { }
------------------------------------
Error: undefined identifier 'string'
I think this is a critical or blocker bug.