We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81882c commit b180986Copy full SHA for b180986
lib/dsc-lib/locales/en-us.toml
@@ -678,6 +678,7 @@ functionName = "Function name: '%{name}'"
678
argIsExpression = "Argument is an expression"
679
argIsValue = "Argument is a value: '%{value}'"
680
unknownArgType = "Unknown argument type '%{kind}'"
681
+unexpectedLambda = "Lambda expressions cannot be used as function arguments directly. Use the lambda() function to create a lambda expression."
682
683
[parser]
684
parsingStatement = "Parsing statement: %{statement}"
0 commit comments