[Issue 3065] error: this for variable needs to be Type not Type!(arguments).Type

2011-02-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3065 siegelords_ab...@yahoo.com changed: What|Removed |Added CC||siegelords_ab...@yahoo.com

[Issue 3065] error: this for variable needs to be Type not Type!(arguments).Type

2009-06-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3065 --- Comment #2 from Chris Wright dhase...@gmail.com 2009-06-12 17:27:05 PDT --- Additionally, the fix I've found for this error is to access fields as: (cast(typeof(this)this).field or this.tupleof[INDEX] rather than the more typical: