You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
466 B
16 lines
466 B
4 months ago
|
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
|