Browse Source

Win32 Window Test

gingerBill 9 years ago
parent
commit
74e02760ca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/checker/expr.cpp

+ 1 - 0
src/checker/expr.cpp

@@ -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) {