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 fed30d4 commit 9b05728Copy full SHA for 9b05728
lib/dsc-lib/locales/en-us.toml
@@ -652,6 +652,7 @@ functionName = "Function name: '%{name}'"
652
argIsExpression = "Argument is an expression"
653
argIsValue = "Argument is a value: '%{value}'"
654
unknownArgType = "Unknown argument type '%{kind}'"
655
+unexpectedLambda = "Lambda expressions cannot be used as function arguments directly. Use the lambda() function to create a lambda expression."
656
657
[parser]
658
parsingStatement = "Parsing statement: %{statement}"
0 commit comments