Address review comments.

This commit is contained in:
Max Schaefer
2020-03-06 15:03:45 +00:00
parent 9bcbfb2911
commit aa8bc972d9

View File

@@ -226,8 +226,8 @@ private class OutParameter extends FunctionOutput, TOutParameter {
}
override string toString() {
index = -1 and result = "result"
index = -1 and result = "receiver"
or
index >= 0 and result = "result " + index
index >= 0 and result = "parameter " + index
}
}
}