Project

General

Profile

Bug #7315

unknown literal passed as an argument to a 'object' parameter

Added by Constantin Asofiei about 1 year ago. Updated 12 months ago.

Status:
Closed
Priority:
Normal
Target version:
-
Start date:
Due date:
% Done:

100%

billable:
No
vendor_id:
GCD
case_num:
version:

Related issues

Related to Base Language - Bug #6963: Incorrect conversion of legacy class constructors with an unknown argument of object type New

History

#2 Updated by Constantin Asofiei about 1 year ago

  • % Done changed from 0 to 100
  • Assignee set to Constantin Asofiei
  • Status changed from New to Review

This case:

   constructor UCls(input l1 as progress.lang.object):
   end.

   constructor public UCls():
      this-object(?).
   end.

was emitting a new unknown() instead of new object().

Fixed in 7199c/14564

#3 Updated by Constantin Asofiei about 1 year ago

  • Related to Bug #6963: Incorrect conversion of legacy class constructors with an unknown argument of object type added

#4 Updated by Greg Shah about 1 year ago

  • Status changed from Review to Test

Code Review Task Branch 7199c Revision 14564

No objections.

#5 Updated by Constantin Asofiei 12 months ago

7199c was merged to trunk rev 14610 and archived

#6 Updated by Greg Shah 12 months ago

  • Status changed from Test to Closed

Also available in: Atom PDF