diff options
Diffstat (limited to 'tests/knownLimitations/test117/Readme.txt')
-rw-r--r-- | tests/knownLimitations/test117/Readme.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/knownLimitations/test117/Readme.txt b/tests/knownLimitations/test117/Readme.txt new file mode 100644 index 000000000..51d75a7c3 --- /dev/null +++ b/tests/knownLimitations/test117/Readme.txt @@ -0,0 +1,12 @@ +Mode: vm run +Title: introduce of variables + +This tests if variable introductions happen at all the places that +they are supposed to happen in the presence of interfaces, +subinterfaces, classes and inheritance. It tests rule 2 partly, (the +non-error causing cases only). + +It DOES NOT test if variable introductions do not happen at all the +places they should not happen. (That will be a separate test.) + + |