Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Nov 7, 2024
1 parent 8df618d commit b09f9c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vlib/v/checker/fn.v
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,6 @@ fn (mut c Checker) fn_call(mut node ast.CallExpr, mut continue_check &bool) ast.
func = f
unsafe { c.table.fns[orig_name].usages++ }
node.name = orig_name
node.is_static_method = true
}
}
}
Expand Down

0 comments on commit b09f9c3

Please sign in to comment.