Issue 7539: result value of a collection literal expression evaluation (ocl2-rtf) Source: OpenModeling (Mr. Jos Warmer, jos.warmer(at)openmodeling.nl) Nature: Uncategorized Issue Severity: Summary: 31. -- [2] The result value of a collection literal expression evaluation is a -- collection literal value, or one of its subtypes. context CollectionLiteralExpEval inv: resultValue.isOclKind( OCLDomain::Values::CollectionValue ) ==> ’isOclKind’ should be ’oclIsKindOf’ Resolution: ’isOclType’ and ’asOclType’ were fixed in OCL 2.3. Disposition: Closed, no change Revised Text: Actions taken: June 10, 2004: received issue December 23, 2013: closed issue Discussion: End of Annotations:===== s is issue # 7539 result value of a collection literal expression evaluation 31. -- [2] The result value of a collection literal expression evaluation is a -- collection literal value, or one of its subtypes. context CollectionLiteralExpEval inv: resultValue.isOclKind( OCLDomain::Values::CollectionValue ) ==> .isOclKind. should be .oclIsKindOf.