Skip to content

Commit

Permalink
Fix type signature for Integer.parse to get correct widget (#11954)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd authored Dec 30, 2024
1 parent a39560b commit ea2d4e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ type Integer
Parse the text "20220216" into an integer number.

Integer.parse "20220216"
parse text:Text (radix=10:Integer) -> Integer ! Number_Parse_Error = integer_parse text radix
parse text:Text (radix:Integer = 10) -> Integer ! Number_Parse_Error = integer_parse text radix

## PRIVATE
fits_in_long self -> Boolean =
Expand Down

0 comments on commit ea2d4e5

Please sign in to comment.