diff options
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 26e94dbf1..db1efd986 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -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; |