Bug #7315
unknown literal passed as an argument to a 'object' parameter
Start date:
Due date:
% Done:
100%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
Related issues
History
#2 Updated by Constantin Asofiei about 3 years 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 3 years 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 3 years ago
- Status changed from Review to Test
Code Review Task Branch 7199c Revision 14564
No objections.
#5 Updated by Constantin Asofiei about 3 years ago
7199c was merged to trunk rev 14610 and archived
#6 Updated by Greg Shah about 3 years ago
- Status changed from Test to Closed