[Issue 6454] @property doesn't need return type
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Aug 8 03:25:09 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6454
--- Comment #1 from simendsjo <simendsjo at gmail.com> 2011-08-08 03:25:06 PDT ---
This also breaks creation of import files. Notice the double @property:
// D import file generated from 't.d'
struct S
{
@property @property p()
{
return true;
}
}
void main();
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list