http://d.puremagic.com/issues/show_bug.cgi?id=2538
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Comment #2 from [email protected] 2008-12-25 21:14 ------- A "final private" method is not virtual, and hence won't work for an interface method. That's why the error message appears. You can make it an enhancement request if you like. --
