hades-lang icon indicating copy to clipboard operation
hades-lang copied to clipboard

Typechecker goes throws a stack overflow

Open dhruvrajvanshi opened this issue 7 months ago • 0 comments


fn test(a: u32):void {
  let a = a + 1
}

dhruvrajvanshi avatar Jun 27 '24 19:06 dhruvrajvanshi