mojo icon indicating copy to clipboard operation
mojo copied to clipboard

[BUG] Parser crash when trying to annotate alias `2**2` with `IntLiteral`

Open soraros opened this issue 7 months ago • 1 comments

Bug description

As title.

Steps to reproduce

fn main():
    alias n: IntLiteral = 2**2

System information

Mojo 2024.7.1305 (a4455bc9) on Docker, Intel Mac

soraros avatar Jul 13 '24 19:07 soraros