https://issues.dlang.org/show_bug.cgi?id=15897

Martin Nowak <c...@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |c...@dawg.eu

--- Comment #3 from Martin Nowak <c...@dawg.eu> ---
Yes I think that should compil, just like this works.
----
private void create(Animal animal) {}

class Animal
{
}

void foo(Cat cat)
{
    cat.create(); // >> no property create for type 'b.cat'
}
----

--

Reply via email to