mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-14 15:23:15 +00:00
Support matrix literals
This commit is contained in:
@@ -2569,6 +2569,7 @@ bool is_literal_type(Ast *node) {
|
||||
case Ast_DynamicArrayType:
|
||||
case Ast_MapType:
|
||||
case Ast_BitSetType:
|
||||
case Ast_MatrixType:
|
||||
case Ast_CallExpr:
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user