Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

Readme.txt 406B

21 år sedan
123456789101112
  1. Mode: vm run
  2. Title: introduce of variables
  3. This tests if variable introductions happen at all the places that
  4. they are supposed to happen in the presence of interfaces,
  5. subinterfaces, classes and inheritance. It tests rule 2 partly, (the
  6. non-error causing cases only).
  7. It DOES NOT test if variable introductions do not happen at all the
  8. places they should not happen. (That will be a separate test.)