[Issue 2374] New: (exp).Fn() fail assuming that exp is a type
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Sep 25 15:25:51 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2374
Summary: (exp).Fn() fail assuming that exp is a type
Product: D
Version: 1.035
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: shro8822 at vandals.uidaho.edu
struct S
{
void Fn();
}
void main()
{
S s;
(s).Fn();
}
--
More information about the Digitalmars-d-bugs
mailing list