Jacob Young 9d8cdb855b Sema: fix function paramater count mismatch note
expected type 'fn() void', found 'fn(i32) void'
function with 0 parameters cannot cast into a function with 0 parameters
  =>
expected type 'fn() void', found 'fn(i32) void'
function with 1 parameters cannot cast into a function with 0 parameters
2022-10-03 13:06:49 +03:00
..
2022-08-17 23:03:04 +03:00
2020-10-31 12:21:49 +02:00
2022-09-17 18:43:24 +02:00