OSDN Git Service

Merge commit '748191eb80feda199a8fb2990221e3140a97005f' into merge_korg_master
[android-x86/dalvik.git] / tests / 077-method-override / expected.txt
1 declaredInBase: Base
2 notDeclaredInBase: Derived
3 wasOverridden: Derived
4 overrideWithPublic: Derived
5 overrideProtectedWithPublic: Derived
6 overridePublicWithProtected: Derived
7 overridePublicWithPrivate: Base
8 overridePrivateWithPublic: Base
9 overridePrivateWithPublic: Derived
10 overrideVirtualWithStatic: Base
11 overrideVirtualWithStatic: Derived
12 overrideStaticWithVirtual: Base
13 overrideStaticWithVirtual: Derived
14 Got expected exception - ovws
15 Got expected exception - oswv