Closed SnirkImmington closed 5 years ago
A typo in a call to primitive_type_ix was causing a crash on compiling code that calls return without an expression. Fixes #80.
primitive_type_ix
return
A typo in a call to
primitive_type_ix
was causing a crash on compiling code that callsreturn
without an expression. Fixes #80.