mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-25 07:04:58 -07:00
map literals
This commit is contained in:
@@ -1854,6 +1854,7 @@ bool is_literal_type(AstNode *node) {
|
||||
case AstNode_ArrayType:
|
||||
case AstNode_VectorType:
|
||||
case AstNode_StructType:
|
||||
case AstNode_MapType:
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user