class
	TEST

create
	make

feature

	make
		do
		end

	t: TEST1 [INTEGER, STRING]

	t2: TEST1 [STRING, INTEGER]

end