History log of /dalvik/tests/077-method-override/src/Derived.java
Revision Date Author Comments
7365493ad8d360c1dcf9cd8b6eee62747af01cae 09-Jun-2010 Carl Shapiro <cshapiro@google.com> Remove repeated newlines at the end of files.

Change-Id: I1e3d103a7b932ef21acedb6438c0f26b315df28f
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).