[Bug 172] New: "Internal error: e2ir.c 736" on valid code
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jun 1 01:41:26 PDT 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=172
Summary: "Internal error: e2ir.c 736" on valid code
Product: D
Version: 0.159
Platform: PC
OS/Version: Windows
Status: NEW
Severity: major
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: h3r3tic at mat.uni.torun.pl
template Foo()
{
template func() {
int func() {
return 0;
}
}
}
class Baz
{
mixin Foo bar;
}
void main() {
auto x = (new Baz).bar.func!()();
}
--
More information about the Digitalmars-d-bugs
mailing list