1
0
mirror of https://github.com/exaloop/codon.git synced 2025-06-03 15:03:52 +08:00

Fix static str test

This commit is contained in:
A. R. Shajii 2021-12-29 20:06:14 -05:00
parent d7f62872cc
commit 0cd6d70d6b

View File

@ -269,7 +269,7 @@ f[:,0] #: ((start: None, stop: None, step: None), 0)
Ptr[9.99] #! expected type or static parameters
#%% index_error_b,barebones
Ptr['s'] #! cannot unify T and "s"
Ptr['s'] #! cannot unify T and 's'
#%% index_error_static,barebones
Ptr[1] #! cannot unify T and 1