Fix singleton set literal

This commit is contained in:
Harry Maclean
2022-05-04 14:03:52 +12:00
parent 1fd54ed8c3
commit deff24e8e0

View File

@@ -116,7 +116,7 @@ module ActiveSupport {
or
exists(int i | i in [0 .. (mc.getNumberOfArguments() - 1)] |
input = "Argument[" + i + "]" and
output = ["ReturnValue.Element[?]"]
output = "ReturnValue.Element[?]"
)
) and
preservesValue = true