summaryrefslogtreecommitdiff
path: root/tests/065-mismatched-implements/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/065-mismatched-implements/info.txt')
-rw-r--r--tests/065-mismatched-implements/info.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/065-mismatched-implements/info.txt b/tests/065-mismatched-implements/info.txt
new file mode 100644
index 0000000..74c3ff3
--- /dev/null
+++ b/tests/065-mismatched-implements/info.txt
@@ -0,0 +1,2 @@
+This tests what happens when class A implements interface B, but somebody
+turns B into an abstract class without rebuilding A.