https://d.puremagic.com/issues/show_bug.cgi?id=11896


Puneet Goel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


--- Comment #7 from Puneet Goel <[email protected]> 2014-01-13 04:40:11 PST 
---
Another reduced test case.

// test.d
Frop!(int) frop;

mixin template baz() {
  public void bar() {}
}

mixin baz;

class Foo(T) {
  static if(! __traits(isVirtualMethod, zoo)) {}
  static void zoo() {
    bar();
  }
}

class Frop(T): Foo!T {}

void main() {
  frop.zoo();
}

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

Reply via email to