shiika icon indicating copy to clipboard operation
shiika copied to clipboard

Check number of type arguments

Open yhara opened this issue 2 years ago • 0 comments

Given

Enumerable.zip<Int>([1,2], [3,4])

Expected

Some error message from the compiler

Actual

thread 'main' panicked at 'index out of bounds: the len is 1 but the index is 1', lib/shiika_core/src/ty/term_ty.rs:271:25

yhara avatar Jul 02 '22 07:07 yhara