Fix trailing default argument checking

This commit is contained in:
Ginger Bill
2017-06-11 20:52:54 +01:00
parent 2d73c8868b
commit c2c935ba81
4 changed files with 57 additions and 31 deletions

View File

@@ -86,6 +86,7 @@ struct Entity {
bool is_immutable;
bool is_thread_local;
ExactValue default_value;
bool default_is_nil;
} Variable;
struct {
bool is_type_alias;