http://d.puremagic.com/issues/show_bug.cgi?id=7773
Summary: UCFS syntax on built-in attributes too? Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: minor Priority: P2 Component: DMD AssignedTo: nob...@puremagic.com ReportedBy: bearophile_h...@eml.cc --- Comment #0 from bearophile_h...@eml.cc 2012-03-25 12:21:05 PDT --- Is UCFS syntax supposed to be supported in this case too? import std.stdio; void main() { (int.max).writeln(); // OK int.max.writeln(); // error } DMD 2.059head gives: test.d(4): no identifier for declarator int test.d(4): semicolon expected, not '.' -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------