actions icon indicating copy to clipboard operation
actions copied to clipboard

If type is not given but default value is given, use it to define the type.

Open kariharju opened this issue 8 months ago • 0 comments

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.

kariharju avatar Jun 13 '24 12:06 kariharju