Disable lb_const_hash for the time being

This commit is contained in:
gingerBill
2020-12-02 11:48:50 +00:00
parent a9c1811027
commit 996c854071
2 changed files with 32 additions and 5 deletions

View File

@@ -9469,6 +9469,7 @@ ExprKind check_expr_base_internal(CheckerContext *c, Operand *o, Ast *node, Type
}
add_package_dependency(c, "runtime", "type_assertion_check");
add_package_dependency(c, "runtime", "type_assertion_check2");
case_end;
case_ast_node(tc, TypeCast, node);