Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
3e9abfc9779399815a7dc8d492466a1234b7fdcd
/
.
/
test
/
066-mismatched-super
/
info.txt
blob: 2b70e0640a0c968fadc870bac87dce4b2a1d447c [
file
] [
log
] [
blame
]
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.