ci: fix failure for function_stored_in_global.vv
parent
ee9e91b8e7
commit
fc8a8e3b6f
|
@ -2126,6 +2126,7 @@ pub fn (mut p Parser) name_expr() ast.Expr {
|
|||
p.check(.rpar)
|
||||
node = ast.CastExpr{
|
||||
typ: to_typ
|
||||
typname: p.table.get_type_symbol(to_typ).name
|
||||
expr: expr
|
||||
arg: arg
|
||||
has_arg: has_arg
|
||||
|
|
Loading…
Reference in New Issue