You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
acolyer 9025e8b418 tests for pr62606 - itdcs don't run field initialisers in target type. Largely updates to existing tests to cope with new Lint warning. 18 years ago
..
Driver.java tests for pr62606 - itdcs don't run field initialisers in target type. Largely updates to existing tests to cope with new Lint warning. 18 years ago
Readme.txt initial version 21 years ago

Readme.txt

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