[Issue 9055] Compiler bails out on initializing a variable
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Nov 22 04:21:04 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=9055
bearophile_hugs at eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bearophile_hugs at eml.cc
--- Comment #1 from bearophile_hugs at eml.cc 2012-11-22 04:21:03 PST ---
Is this a valid reduction of your code?
class Foo {
int bar() {
return 0;
}
int x = bar();
}
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