shiika icon indicating copy to clipboard operation
shiika copied to clipboard

`Array<Int>.repeat` should be error

Open yhara opened this issue 1 year ago • 0 comments

p Array.repeat(" ", 100)  # makes sense
p Array<Int>.repeat(" ", 100)  # does not make sense but works now

yhara avatar Jun 08 '23 08:06 yhara