actions
actions copied to clipboard
If type is not given but default value is given, use it to define the type.
Issue by fabioz Thursday Jan 25, 2024 at 11:44 GMT Originally opened as https://github.com/robocorp/robocorp/issues/186
i.e.: def bar(foo = 5) -> str:
should make the foo
type int
.