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.
|
This tests two cases:
|
|
1. What happens when class A extends abstract class B, but somebody
|
|
turns B into an interface without rebuilding A.
|
|
2. What happens when class A extends a class B, but somebody
|
|
turns B into a final class without rebuilding A.
|