mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
19 lines
No EOL
1 KiB
Text
19 lines
No EOL
1 KiB
Text
--# run #--
|
||
--- error ---
|
||
[0m[31m[0m[31m[0m[31m[0m[31m[0m[31m[0m[31mcan't call overload iter: no function match arguments (value), possible functions were:
|
||
• $(table::is table) (from stdlib/for.ans:46:1):
|
||
value check failure for parameter table
|
||
• $(tuple::is sequence) (from stdlib/for.ans:37:1):
|
||
value check failure for parameter tuple
|
||
• $(range::is range) (from stdlib/for.ans:19:1):
|
||
value check failure for parameter range
|
||
• $(s::is struct) (from stdlib/for.ans:2:1):
|
||
value check failure for parameter s[0m
|
||
↳ from [4mstdlib/for.ans:3:18[0m in call: [2miter(var)[0m[0m
|
||
↳ from [4mstdlib/for.ans:3:12[0m in call: [2m:iterator = iter(var)[0m[0m
|
||
↳ from [4mstdlib/for.ans:3:1[0m in block: [2m:iterator = iter(var)…[0m[0m
|
||
↳ from [4mstdlib/for.ans:2:70[0m in call: [2m_[0m[0m
|
||
↳ from [4mtest/tests/for invalid iterator.ans:1:4[0m in call: [2mfor(:x, 42)[0m[0m
|
||
↳ from [4mtest/tests/for invalid iterator.ans:1:1[0m in block: [2mfor(:x, 42)…[0m
|
||
--# saved #--
|
||
{} |