We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297260a commit 96a8beaCopy full SHA for 96a8bea
1 file changed
extensions/ql-vscode/src/view/model-editor/MethodRow.tsx
@@ -104,7 +104,7 @@ function ModelableMethodRow(props: MethodRowProps) {
104
onChange(method, {
105
// If there are no arguments, we will default to "Argument[this]"
106
input: argumentsList.length === 0 ? "Argument[this]" : "Argument[0]",
107
- output: "ReturnType",
+ output: "ReturnValue",
108
kind: "value",
109
...modeledMethod,
110
type: e.target.value as ModeledMethodType,
0 commit comments