mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-17 00:24:05 +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;
|
||||
defer (gb_string_free(err_str));
|
||||
|
||||
|
||||
ast_node(be, BinaryExpr, node);
|
||||
|
||||
if (be->op.kind == Token_as) {
|
||||
|
||||
Reference in New Issue
Block a user