Added TODO

This commit is contained in:
Valentin Kipyatkov
2016-04-22 12:21:33 +03:00
parent 9ea6341d46
commit 813060fef3
@@ -111,6 +111,7 @@ class AddToCollectionTransformation(
return ResultTransformationMatch(AddToCollectionTransformation(state.outerLoop, targetCollection))
}
else {
//TODO: recognize "?: continue" in the argument
return ResultTransformationMatch(MapToTransformation.create(
state.outerLoop, state.inputVariable, state.indexVariable, targetCollection, argumentValue, mapNotNull = false))
}