[Issue 6832] Can't test objects wrapped with alias this

2011-10-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6832 --- Comment #1 from Andrej Mitrovic 2011-10-19 20:44:46 PDT --- test.d(9): Error: incompatible types for ((bar) !is (null)): 'Bar' and 'void*'(In reply to comment #0) > class Foo { } > struct Bar { Foo foo; alias foo this; } > void main() > {

[Issue 6832] Can't test objects wrapped with alias this

2011-10-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6832 Kenji Hara changed: What|Removed |Added Keywords||patch, rejects-valid Platform|Ot

[Issue 6832] Can't test objects wrapped with alias this

2011-11-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6832 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|