mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Win32 Window Test
This commit is contained in:
@@ -876,6 +876,7 @@ void check_binary_expr(Checker *c, Operand *x, AstNode *node) {
|
|||||||
gbString err_str = NULL;
|
gbString err_str = NULL;
|
||||||
defer (gb_string_free(err_str));
|
defer (gb_string_free(err_str));
|
||||||
|
|
||||||
|
|
||||||
ast_node(be, BinaryExpr, node);
|
ast_node(be, BinaryExpr, node);
|
||||||
|
|
||||||
if (be->op.kind == Token_as) {
|
if (be->op.kind == Token_as) {
|
||||||
|
|||||||
Reference in New Issue
Block a user