History log of /dalvik/tests/077-method-override/src/Derived.java
Revision Date Author Comments
72e93344b4d1ffc71e9c832ec23de0657e5b04a5 13-Nov-2009 Jean-Baptiste Queru <jbq@google.com> eclair snapshot
df933eda71af90eecf9e2cfd0ae0eeac6f4b7c9c 18-Jun-2009 Andy McFadden <fadden@android.com> Method override tests.

Test various method overrides, especially those that the compiler
doesn't allow (public vs. private, static vs. virtual). This doesn't
succeed right now because of the way the verifier deals with static and
virtual methods (internal bug 1752800).