Added TODO
This commit is contained in:
+1
@@ -111,6 +111,7 @@ class AddToCollectionTransformation(
|
|||||||
return ResultTransformationMatch(AddToCollectionTransformation(state.outerLoop, targetCollection))
|
return ResultTransformationMatch(AddToCollectionTransformation(state.outerLoop, targetCollection))
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
//TODO: recognize "?: continue" in the argument
|
||||||
return ResultTransformationMatch(MapToTransformation.create(
|
return ResultTransformationMatch(MapToTransformation.create(
|
||||||
state.outerLoop, state.inputVariable, state.indexVariable, targetCollection, argumentValue, mapNotNull = false))
|
state.outerLoop, state.inputVariable, state.indexVariable, targetCollection, argumentValue, mapNotNull = false))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user