erg-lang / erg

A statically typed language compatible with Python
http://erg-lang.org
Apache License 2.0
2.69k stars 55 forks source link

CompilerSystemError #338

Closed C-BJ closed 1 year ago

C-BJ commented 1 year ago

Describe the bug?

image

Reproducible code

a = [1, 3, 2, 6, 3, 1]
i = 0..6
for! i, it =>
    print! a[it.into[Int!]]

Expected result

No response

Actual result

No response

Additional context

No response

Erg version

0.6.1

Python version

Python3.11.x

OS

Windows 11