type checker arrow type fix and type check test

This commit is contained in:
programsnail 2024-04-21 18:31:44 +03:00
parent ec04e05b7b
commit 8ca733934f
3 changed files with 57 additions and 8 deletions

View file

@ -231,7 +231,7 @@ struct Storage {
}
}
private:
// private: // TODO: temporary, to beautify type checker output
size_t first_unused_generic_id = 0;
vector<Type> types;