diff options
Diffstat (limited to 'tests/base/test115/Readme.txt')
-rw-r--r-- | tests/base/test115/Readme.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/base/test115/Readme.txt b/tests/base/test115/Readme.txt new file mode 100644 index 000000000..b8451bd8c --- /dev/null +++ b/tests/base/test115/Readme.txt @@ -0,0 +1,11 @@ +Mode: VM Run +Title: Introduce constructor with class inheritance + +This test ensures that when a constructor is introduced in a type (class) +then that constructor is introduced with the same formal parameter +structure and body in all classes and subclasses implementing the +type. + +Deprecated -eh + + |