http://d.puremagic.com/issues/show_bug.cgi?id=10202
Summary: core.time durations fail property enforcement
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: druntime
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Martin Nowak <[email protected]> 2013-05-29 09:01:50 PDT ---
cat > bug.d << CODE
import core.time;
auto val = 1.msecs;
CODE
dmd -c -property bug
----
This fails with not a property 1.msecs.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------