--* From SMWATT%WATSON.vnet.ibm.com@yktvmv.watson.ibm.com  Tue Sep 27 17:27:45 1994
--* Received: from yktvmv-ob.watson.ibm.com by asharp.watson.ibm.com (AIX 3.2/UCB 5.64/930311)
--*           id AA27791; Tue, 27 Sep 1994 17:27:45 -0400
--* Received: from watson.vnet.ibm.com by yktvmv.watson.ibm.com (IBM VM SMTP V2R3)
--*    with BSMTP id 4051; Tue, 27 Sep 94 17:27:50 EDT
--* Received: from YKTVMV by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id <A.SMWATT.NOTE.VAGENT2.9013.Sep.27.17:27:49.-0400>
--*           for asbugs@watson; Tue, 27 Sep 94 17:27:50 -0400
--* Received: from YKTVMV by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id 9009; Tue, 27 Sep 1994 17:27:49 EDT
--* Received: from spadserv.watson.ibm.com by yktvmv.watson.ibm.com
--*    (IBM VM SMTP V2R3) with TCP; Tue, 27 Sep 94 17:27:48 EDT
--* Received: by spadserv.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--*           id AA12110; Tue, 27 Sep 1994 17:28:54 -0400
--* Date: Tue, 27 Sep 1994 17:28:54 -0400
--* From: smwatt@spadserv.watson.ibm.com (Stephen Watt)
--* X-External-Networks: yes
--* Message-Id: <9409272128.AA12110@spadserv.watson.ibm.com>
--* To: asbugs@watson.ibm.com
--* Subject: [3] Resubmitting bug, erroneously reported as fixed

--@ Fixed  by:  SSD   Mon Jan 30 13:35:59 EST 1995 
--@ Tested by:  none 
--@ Summary:    Now importing from each of the return types of a function. 


-- Command line: none
-- Version: 0.37.0
-- Original bug file name: /dev/null

--+ Cc: dooley@watson.ibm.com, iglio@watson.ibm.com
--+
--+
--+ You missed the point -- you should not have to import integer explicitly --
--+ it is already on eof the return types.  All return types should be imported
--+ in the body of f.   I.e.
--+
--+ f(): Integer == 2  -- This works
--+ f(): (Integer, Integer) == (1,2) -- This doesn't
--+
--+
 
