[Issue 11000] Static field type inference failure
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Sep 9 18:03:21 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11000
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrej.mitrovich at gmail.com
--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-09-09 18:03:19 PDT ---
This looks like a dupe I've seen before. Reduced:
-----
struct Foo
{
this(int) {}
static f = Foo(1);
}
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