summaryrefslogtreecommitdiffstats
path: root/tests/base/test118/Readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/base/test118/Readme.txt')
-rw-r--r--tests/base/test118/Readme.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/base/test118/Readme.txt b/tests/base/test118/Readme.txt
new file mode 100644
index 000000000..3df50ec2b
--- /dev/null
+++ b/tests/base/test118/Readme.txt
@@ -0,0 +1,12 @@
+Mode: VM run
+Title: Introduce of constructors
+
+This tests if constructor introductions happen at all the places that
+they are supposed to happen in the presence of interfaces,
+subinterfaces, classes and inheritance.
+
+It DOES NOT test if constructor introductions do not happen at all the
+places they should not happen. (That will be a separate test.) Nor
+does it test for the special cases when the constructors with the
+signatures used in the introductions already exist. (That should be a
+separate test.)