--| Copyright (c) 1993-2021 University of Southern California, Eiffel Software and contributors. --| All rights reserved. --| Your use of this work is governed under the terms of the GNU General --| Public License version 2. class TEST1 feature f is do end p1 alias "+": INTEGER is do end p2 alias "#weasel": INTEGER is do end i1 alias "+" (n: INTEGER): INTEGER is do end i2 alias "#weasel" (n: INTEGER): INTEGER is do end end