--| Copyright (c) 1993-2006 University of Southern California and contributors. --| All rights reserved. --| Your use of this work is governed under the terms of the GNU General --| Public License version 2. -- This is a test control file test_name temporary-bug-1 test_description A generic class `C [G]' has a function `f (i: like item): LIST [C [G]]' and also has a feature `item: G'. A descendant class redefines the function so that its signature is `f (i: like item): LIST [C [like item]]' and it calls Precursor. The compiler dies in degree 3 when compiling the system. copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e copy_raw c.e $CLUSTER c.e copy_raw d.e $CLUSTER d.e compile_melted compile_result ok test_end