http://d.puremagic.com/issues/show_bug.cgi?id=6832



--- Comment #1 from Andrej Mitrovic <andrej.mitrov...@gmail.com> 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()
> {
>     Bar bar;
>     bar = new Foo;  // ok
>     assert(bar !is null);  // ng
> }

Error: incompatible types for ((bar) !is (null)): 'Bar' and 'void*'

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to