feat: added bits function to standardlib #1348
Annotations
2 errors
|
pyright
1 error
|
|
pyright:
src/kirin/dialects/ilist/rewrite/to_range_loop.py#L41
Argument of type "Statement | None" cannot be assigned to parameter "stmt" of type "Statement" in function "insert_before"
Type "Statement | None" is not assignable to type "Statement"
"None" is not assignable to "Statement" (reportArgumentType)
|