mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-24 15:58:45 +00:00
ERROR type, check of passed type, many expected types in Arguments
This commit is contained in:
parent
a5fc0c7ee7
commit
005fb6aaf3
7 changed files with 200 additions and 112 deletions
|
|
@ -40,6 +40,7 @@ private:
|
|||
};
|
||||
|
||||
using MaybeTypeProxy = std::optional<TypeProxy>;
|
||||
using TypeProxies = std::vector<TypeProxy>;
|
||||
|
||||
class Type {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue