art/test/077-method-override/expected-stdout.txt

16 lines
466 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:21:32 +08:00
declaredInBase: Base
notDeclaredInBase: Derived
wasOverridden: Derived
overrideWithPublic: Derived
overrideProtectedWithPublic: Derived
overridePublicWithProtected: Derived
overridePublicWithPrivate: Base
overridePrivateWithPublic: Base
overridePrivateWithPublic: Derived
overrideVirtualWithStatic: Base
overrideVirtualWithStatic: Derived
overrideStaticWithVirtual: Base
overrideStaticWithVirtual: Derived
Got expected exception - ovws
Got expected exception - oswv