diff --git a/src/check_decl.cpp b/src/check_decl.cpp index a2a7a1fb4..7dda04553 100644 --- a/src/check_decl.cpp +++ b/src/check_decl.cpp @@ -199,7 +199,7 @@ bool is_type_distinct(AstNode *node) { case AstNode_ArrayType: case AstNode_DynamicArrayType: case AstNode_MapType: - return true; + return false; } return false; }