shiika icon indicating copy to clipboard operation
shiika copied to clipboard

Typecheck is skipped on lambda invocation

Open yhara opened this issue 1 year ago • 0 comments

This code is wrong but compiler shows no error.

let f = fn(x: Int){}
f("a")

yhara avatar Jun 26 '23 14:06 yhara