Skip to content

Commit 586e683

Browse files
committed
ST6RI-843 Added another TODO to fix bug in IndexExpressionAdapter.
1 parent 4d59c66 commit 586e683

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

org.omg.sysml/src/org/omg/sysml/adapter/IndexExpressionAdapter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ protected void addResultTyping() {
6262
* See KERML11-69.
6363
*
6464
* TODO: Generalize to handle all types other than Collection types?
65+
* TODO: Replace target with seqResult in specialization checks.
6566
*/
6667
if (!TypeUtil.specializes(target, arrayType) || TypeUtil.specializes(target, scalarValueType)) {
6768
Feature resultFeature = target.getResult();

0 commit comments

Comments
 (0)